Html Css Color HEX #9977AA Ce Soir

📋 copy color: '#9977AA'

red 153 ◦ green 119 ◦ blue 170

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

Shades of Ce Soir #9977AA

Tints of Ce Soir #9977AA

RGB

 RED value IS 153 (60.16% from 255) = 34.62%

 GREEN value IS 119 (46.88% from 255) = 26.92%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 34.62%
G = 26.92%
B = 38.46%

CMYK

 C value IS 0.1

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9977AA (or 0x9977AA) is known color: Ce Soir. HEX triplet: 99, 77 and AA. RGB value is (153,119,170). Sum of RGB (Red+Green+Blue) = 153+119+170=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #9977AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9977AA is #668855. Grayscale: #868686. Windows color (decimal): -6719574 or 11171737. OLE color: 11171737.

HSL color Cylindrical-coordinate representation of color #9977AA: hue angle of 280º 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 #9977AA is Cyan = 0.1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 119 170 -
CMYK 0.1 0.3 0 0.33
HSL 280º 0.23% 0.57% -
HSV(B) 280º 0.3% 0.67% -
XYZ 26.99 22.87 41.02 -
YUV 134.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 153 119 170 0.1 0.3 0 0.33 280 0.23 0.57
Hex 99 77 AA A 1E 0 21 118 17 39
Octal 231 167 252 12 36 0 41 430 27 71
Binary 10011001 1110111 10101010 1010 11110 0 100001 100011000 10111 111001

Color Harmonies of #9977AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977AA

Black with #9977AA

Text Example


Text Example

White with #9977AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9977AA;
 }
 .AnyTagClassName
 {
   color: #9977AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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