Html Css Color HEX #996EA6 Ce Soir

📋 copy color: '#996EA6'

red 153 ◦ green 110 ◦ blue 166

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

Shades of Ce Soir #996EA6

Tints of Ce Soir #996EA6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 35.66%
G = 25.64%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#996EA6 (or 0x996EA6) is known color: Ce Soir. HEX triplet: 99, 6E and A6. RGB value is (153,110,166). Sum of RGB (Red+Green+Blue) = 153+110+166=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 166 - color contains mainly: blue. Hex color #996EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996EA6 is #669159. Grayscale: #818181. Windows color (decimal): -6721882 or 10907289. OLE color: 10907289.

HSL color Cylindrical-coordinate representation of color #996EA6: hue angle of 286.07º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996EA6 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 110 166 -
CMYK 0.08 0.34 0 0.35
HSL 286.07º 0.24% 0.54% -
HSV(B) 286.07º 0.34% 0.65% -
XYZ 25.6 20.68 38.72 -
YUV 129.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 153 110 166 0.08 0.34 0 0.35 286.07 0.24 0.54
Hex 99 6E A6 8 22 0 23 11E 18 36
Octal 231 156 246 10 42 0 43 436 30 66
Binary 10011001 1101110 10100110 1000 100010 0 100011 100011110 11000 110110

Color Harmonies of #996EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EA6

Black with #996EA6

Text Example


Text Example

White with #996EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996EA6; }

 p { color: rgb(153,110,166); }

 H1.HeaderClassName
 {
   color: #996EA6;
 }
 .AnyTagClassName
 {
   color: #996EA6;
 }
</style>

background-color css

<style>
 a { background-color: #996EA6; }

 a { background-color: rgb(153,110,166); }

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

border-color css

<style>
 span { border-color: #996EA6; }

 span { border-color: rgb(153,110,166); }

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