Html Css Color HEX #9976AE Ce Soir

📋 copy color: '#9976AE'

red 153 ◦ green 118 ◦ blue 174

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

Shades of Ce Soir #9976AE

Tints of Ce Soir #9976AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 34.38%
G = 26.52%
B = 39.1%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9976AE (or 0x9976AE) is known color: Ce Soir. HEX triplet: 99, 76 and AE. RGB value is (153,118,174). Sum of RGB (Red+Green+Blue) = 153+118+174=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #9976AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AE is #668951. Grayscale: #868686. Windows color (decimal): -6719826 or 11433625. OLE color: 11433625.

HSL color Cylindrical-coordinate representation of color #9976AE: hue angle of 277.5º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9976AE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 118 174 -
CMYK 0.12 0.32 0 0.32
HSL 277.5º 0.26% 0.57% -
HSV(B) 277.5º 0.32% 0.68% -
XYZ 27.26 22.79 43.01 -
YUV 134.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 153 118 174 0.12 0.32 0 0.32 277.5 0.26 0.57
Hex 99 76 AE C 20 0 20 116 1A 39
Octal 231 166 256 14 40 0 40 426 32 71
Binary 10011001 1110110 10101110 1100 100000 0 100000 100010110 11010 111001

Color Harmonies of #9976AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976AE

Black with #9976AE

Text Example


Text Example

White with #9976AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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