#996CAF

Color #996CAF Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #996CAF

Tints of Ce Soir #996CAF

Color information

#996CAF (or 0x996CAF) is unknown color: approx Ce Soir. HEX triplet: 99, 6C and AF. RGB value is (153,108,175). Sum of RGB (Red+Green+Blue) = 153+108+175=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #996CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996CAF is #669350. Grayscale: #808080. Windows color (decimal): -6722385 or 11496601. OLE color: 11496601.

HSL color Cylindrical-coordinate representation of color #996CAF: hue angle of 280.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996CAF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153108175-
CMYK0.130.3800.31
HSL280.3º29.52%55.49%-
HSV(B)280.3º38.29%68.63%-
XYZ26.2420.5943.15-
YUV129.09153.91145.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=35.09%
G=24.77%
B=40.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531081750.130.3800.31280.329.5255.49
Hex996CAFD2601F1181e37
Octal23115425715460374303667
Binary10011001110110010101111110110011001111110001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,108,175); }

 H1.HeaderClassName
 {
   color: #996CAF;
 }
 .AnyTagClassName
 {
   color: #996CAF;
 }
</style>
background-color css

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

 a { background-color: rgb(153,108,175); }

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

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

 span { border-color: rgb(153,108,175); }

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