#996DAF

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

Shades of Ce Soir #996DAF

Tints of Ce Soir #996DAF

Color information

#996DAF (or 0x996DAF) is unknown color: approx Ce Soir. HEX triplet: 99, 6D and AF. RGB value is (153,109,175). Sum of RGB (Red+Green+Blue) = 153+109+175=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #996DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DAF is #669250. Grayscale: #818181. Windows color (decimal): -6722129 or 11496857. OLE color: 11496857.

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

Color convert

RGB153109175-
CMYK0.130.3800.31
HSL280º29.2%55.69%-
HSV(B)280º37.71%68.63%-
XYZ26.3420.843.18-
YUV129.68153.58144.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=35.01%
G=24.94%
B=40.05%

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
Decimal1531091750.130.3800.3128029.255.69
Hex996DAFD2601F1181d38
Octal23115525715460374303570
Binary10011001110110110101111110110011001111110001100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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