Html Css Color HEX #9976AB Ce Soir

📋 copy color: '#9976AB'

red 153 ◦ green 118 ◦ blue 171

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

Shades of Ce Soir #9976AB

Tints of Ce Soir #9976AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 34.62%
G = 26.7%
B = 38.69%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9976AB (or 0x9976AB) is known color: Ce Soir. HEX triplet: 99, 76 and AB. RGB value is (153,118,171). Sum of RGB (Red+Green+Blue) = 153+118+171=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #9976AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AB is #668954. Grayscale: #868686. Windows color (decimal): -6719829 or 11237017. OLE color: 11237017.

HSL color Cylindrical-coordinate representation of color #9976AB: hue angle of 279.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9976AB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 118 171 -
CMYK 0.11 0.31 0 0.33
HSL 279.62º 0.24% 0.57% -
HSV(B) 279.62º 0.31% 0.67% -
XYZ 26.97 22.67 41.48 -
YUV 134.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 153 118 171 0.11 0.31 0 0.33 279.62 0.24 0.57
Hex 99 76 AB B 1F 0 21 118 18 39
Octal 231 166 253 13 37 0 41 430 30 71
Binary 10011001 1110110 10101011 1011 11111 0 100001 100011000 11000 111001

Color Harmonies of #9976AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976AB

Black with #9976AB

Text Example


Text Example

White with #9976AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9976AB; }

 p { color: rgb(153,118,171); }

 H1.HeaderClassName
 {
   color: #9976AB;
 }
 .AnyTagClassName
 {
   color: #9976AB;
 }
</style>

background-color css

<style>
 a { background-color: #9976AB; }

 a { background-color: rgb(153,118,171); }

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

border-color css

<style>
 span { border-color: #9976AB; }

 span { border-color: rgb(153,118,171); }

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