COLOR #90769C

HEX: #90769C
RGB: (144,118,156)

Color info

#90769C contains red, green and blue colors in about the same proportion. Web safe color of #90769C is #996699 (or #969).

RGB color model

#90769C color RGB value is (144,118,156).

  • red value is 144;
  • green value is 118;
  • blue value is 156.
RGB:
(144,118,156)
(56%,46%,61%)

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 156 of 255 = 61%

144
118
156

R + G + B ~ 54%. #90769C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 118 + 156 = 418 (100%)
R 144 of 418 ~ 34.45%
G 118 of 418 ~ 28.23%
B 156 of 418 ~ 37.32%

%34.45
%28.23
%37.32

CMYK color model

#90769C color CMYK value is (8,24,0,39).

  • cyan value is 7.69%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(8,24,0,39)
C8M24Y0K39 
(8%,24%,0%,39%)
(0.08/0.24/0.00/0.39)	

CMYK percentages

%7.69
%24.36
%0
%38.82

Codes

Color #90769C in popluar color models

90769C
RGB144118156
HSL281°16.10%53.73%
HSB/HSV281°24.36%61.18%
CMYK7.69%24.36%0.00%
38.82%

Color #90769C in popluar number systems.

HEX90769C
Decimal144118156
Binary10010000111011010011100
Octal220166234

Shades and tints

Shades of #90769C

#90769C
(144,118,156)
#836C8E
(131,108,142)
#766280
(118,98,128)
#695872
(105,88,114)
#5C4E64
(92,78,100)
#4F4456
(79,68,86)
#423A48
(66,58,72)
#35303A
(53,48,58)
#28262C
(40,38,44)
#1B1C1E
(27,28,30)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #90769C

#90769C
(144,118,156)
#9A82A5
(154,130,165)
#A48EAE
(164,142,174)
#AE9AB7
(174,154,183)
#B8A6C0
(184,166,192)
#C2B2C9
(194,178,201)
#CCBED2
(204,190,210)
#D6CADB
(214,202,219)
#E0D6E4
(224,214,228)
#EAE2ED
(234,226,237)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90769C color. Also use rgb(144,118,156) instead hex code.

Text Font Color

.myTextColor { color: #90769C; }

<p style="color:#90769C">This sample text font color is #90769C.</p>

This text font color is #90769C.


Background Color

.myBgColor { background-color: #90769C; }

<div style="background-color:#90769C">Inner text</div>

This div background color is #90769C.


Border color

.myBorderColor { border: 1px solid #90769C; }

<div style="border:3px solid #90769C">Div</div>

This div border color is #90769C.


Opacity

.myOpacity80 { color: #90769C; opacity: 0.8; }

<p style="color:#90769C;opacity:0.8;">80%</p>

Text with #90769C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90769C;}

<p style="text-shadow: 3px 3px 1px #90769C">Text here.</p>

This text has shadow with #90769C color.

.textShadow {text-shadow: 3px 3px 1px #90769C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90769C, 5px 5px 20px red">Text here.</p>

This text has shadow with #90769C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90769C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90769C, Direction=45, Strength=4)">Text</p>

This text has shadow with #90769C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90769C;
  -webkit-box-shadow:	1px 1px 3px 2px #90769C;
  box-shadow:		1px 1px 3px 2px #90769C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90769C;
-webkit-box-shadow: 1px 1px 3px 2px #90769C;
box-shadow:1px 1px 3px 2px #90769C;">
Div content here</div>
This div box has shadow with color #90769C.

Preview

Color preview on black background

This text has color #90769C on black background.


Color preview on white background

This text has color #90769C on white background.



Black color preview on #90769C background

This text has black color on #90769C background.


White color preview on #90769C background

This text has white color on #90769C background.