Html Css Color HEX #9077AA Ce Soir

📋 copy color: '#9077AA'

red 144 ◦ green 119 ◦ blue 170

#9077AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9077AA

Tints of Ce Soir #9077AA

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.8% from 255) = 39.26%

R = 33.26%
G = 27.48%
B = 39.26%

CMYK

 C value IS 0.15

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9077AA (or 0x9077AA) is known color: 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

RGB 144 119 170 -
CMYK 0.15 0.3 0 0.33
HSL 269.41º 0.23% 0.57% -
HSV(B) 269.41º 0.3% 0.67% -
XYZ 25.35 22.03 40.95 -
YUV 132.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 144 119 170 0.15 0.3 0 0.33 269.41 0.23 0.57
Hex 90 77 AA F 1E 0 21 10D 17 39
Octal 220 167 252 17 36 0 41 415 27 71
Binary 10010000 1110111 10101010 1111 11110 0 100001 100001101 10111 111001

Color Harmonies of #9077AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077AA

Black with #9077AA

Text Example


Text Example

White with #9077AA

Text Example


Text Example

HTML Codes & Css Web 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>