Html Css Color HEX #9977A4 Ce Soir

📋 copy color: '#9977A4'

red 153 ◦ green 119 ◦ blue 164

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

Shades of Ce Soir #9977A4

Tints of Ce Soir #9977A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 35.09%
G = 27.29%
B = 37.61%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9977A4 (or 0x9977A4) is known color: Ce Soir. HEX triplet: 99, 77 and A4. RGB value is (153,119,164). Sum of RGB (Red+Green+Blue) = 153+119+164=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #9977A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9977A4 is #66885B. Grayscale: #868686. Windows color (decimal): -6719580 or 10778521. OLE color: 10778521.

HSL color Cylindrical-coordinate representation of color #9977A4: hue angle of 285.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9977A4 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 119 164 -
CMYK 0.07 0.27 0 0.36
HSL 285.33º 0.2% 0.55% -
HSV(B) 285.33º 0.27% 0.64% -
XYZ 26.43 22.65 38.1 -
YUV 134.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 153 119 164 0.07 0.27 0 0.36 285.33 0.2 0.55
Hex 99 77 A4 7 1B 0 24 11D 14 37
Octal 231 167 244 7 33 0 44 435 24 67
Binary 10011001 1110111 10100100 111 11011 0 100100 100011101 10100 110111

Color Harmonies of #9977A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977A4

Black with #9977A4

Text Example


Text Example

White with #9977A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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