#9077AA

Color #9077AA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9077AA

Tints of Ce Soir #9077AA

Color information

#9077AA (or 0x9077AA) is unknown color: approx Ce Soir. HEX triplet: 90, 77 and AA. RGB value is (144,119,170). Sum of RGB (Red+Green+Blue) = 144+119+170=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9077AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9077AA is #6F8855. Grayscale: #848484. Windows color (decimal): -7309398 or 11171728. OLE color: 11171728.

HSL color Cylindrical-coordinate representation of color #9077AA: hue angle of 269.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9077AA is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144119170-
CMYK0.150.300.33
HSL269.41º23.08%56.67%-
HSV(B)269.41º30%66.67%-
XYZ25.3522.0340.95-
YUV132.29149.28136.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=33.26%
G=27.48%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441191700.150.300.33269.4123.0856.67
Hex9077AAF1E02110d1739
Octal22016725217360414152771
Binary10010000111011110101010111111110010000110000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9077AA; }

 p { color: rgb(144,119,170); }

 H1.HeaderClassName
 {
   color: #9077AA;
 }
 .AnyTagClassName
 {
   color: #9077AA;
 }
</style>
background-color css

<style>
 a { background-color: #9077AA; }

 a { background-color: rgb(144,119,170); }

 div.DivClassName
 {
   background-color: #9077AA;
 }
 .BgClassName
 {
   background-color: #9077AA;
 }
</style>
border-color css

<style>
 span { border-color: #9077AA; }

 span { border-color: rgb(144,119,170); }

 td.TdClassName
 {
   border-color: #9077AA;
 }
 .TagClassName
 {
   border-color: #9077AA;
 }
</style>