Html Css Color HEX #9976AC Ce Soir

📋 copy color: '#9976AC'

red 153 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #9976AC

Tints of Ce Soir #9976AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 34.54%
G = 26.64%
B = 38.83%

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

#9976AC (or 0x9976AC) is known color: Ce Soir. HEX triplet: 99, 76 and AC. RGB value is (153,118,172). Sum of RGB (Red+Green+Blue) = 153+118+172=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #9976AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AC is #668953. Grayscale: #868686. Windows color (decimal): -6719828 or 11302553. OLE color: 11302553.

HSL color Cylindrical-coordinate representation of color #9976AC: hue angle of 278.89º degrees, saturation: 0.25, 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 #9976AC is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 118 172 -
CMYK 0.11 0.31 0 0.33
HSL 278.89º 0.25% 0.57% -
HSV(B) 278.89º 0.31% 0.67% -
XYZ 27.06 22.71 41.99 -
YUV 134.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 153 118 172 0.11 0.31 0 0.33 278.89 0.25 0.57
Hex 99 76 AC B 1F 0 21 117 19 39
Octal 231 166 254 13 37 0 41 427 31 71
Binary 10011001 1110110 10101100 1011 11111 0 100001 100010111 11001 111001

Color Harmonies of #9976AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976AC

Black with #9976AC

Text Example


Text Example

White with #9976AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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