Html Css Color HEX #996EAC Ce Soir

📋 copy color: '#996EAC'

red 153 ◦ green 110 ◦ blue 172

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

Shades of Ce Soir #996EAC

Tints of Ce Soir #996EAC

RGB

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

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

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

R = 35.17%
G = 25.29%
B = 39.54%

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

#996EAC (or 0x996EAC) is known color: Ce Soir. HEX triplet: 99, 6E and AC. RGB value is (153,110,172). Sum of RGB (Red+Green+Blue) = 153+110+172=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #996EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996EAC is #669153. Grayscale: #818181. Windows color (decimal): -6721876 or 11300505. OLE color: 11300505.

HSL color Cylindrical-coordinate representation of color #996EAC: hue angle of 281.61º 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 #996EAC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 110 172 -
CMYK 0.11 0.36 0 0.33
HSL 281.61º 0.27% 0.55% -
HSV(B) 281.61º 0.36% 0.67% -
XYZ 26.16 20.9 41.69 -
YUV 129.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 153 110 172 0.11 0.36 0 0.33 281.61 0.27 0.55
Hex 99 6E AC B 24 0 21 11A 1B 37
Octal 231 156 254 13 44 0 41 432 33 67
Binary 10011001 1101110 10101100 1011 100100 0 100001 100011010 11011 110111

Color Harmonies of #996EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EAC

Black with #996EAC

Text Example


Text Example

White with #996EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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