Html Css Color HEX #996EAB Ce Soir

📋 copy color: '#996EAB'

red 153 ◦ green 110 ◦ blue 171

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

Shades of Ce Soir #996EAB

Tints of Ce Soir #996EAB

RGB

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

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

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

R = 35.25%
G = 25.35%
B = 39.4%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#996EAB (or 0x996EAB) is known color: Ce Soir. HEX triplet: 99, 6E and AB. RGB value is (153,110,171). Sum of RGB (Red+Green+Blue) = 153+110+171=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #996EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996EAB is #669154. Grayscale: #818181. Windows color (decimal): -6721877 or 11234969. OLE color: 11234969.

HSL color Cylindrical-coordinate representation of color #996EAB: hue angle of 282.3º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996EAB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 110 171 -
CMYK 0.11 0.36 0 0.33
HSL 282.3º 0.27% 0.55% -
HSV(B) 282.3º 0.36% 0.67% -
XYZ 26.06 20.86 41.18 -
YUV 129.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 153 110 171 0.11 0.36 0 0.33 282.3 0.27 0.55
Hex 99 6E AB B 24 0 21 11A 1B 37
Octal 231 156 253 13 44 0 41 432 33 67
Binary 10011001 1101110 10101011 1011 100100 0 100001 100011010 11011 110111

Color Harmonies of #996EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EAB

Black with #996EAB

Text Example


Text Example

White with #996EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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