#996EAF

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

Shades of Ce Soir #996EAF

Tints of Ce Soir #996EAF

Color information

#996EAF (or 0x996EAF) is unknown color: approx Ce Soir. HEX triplet: 99, 6E and AF. RGB value is (153,110,175). Sum of RGB (Red+Green+Blue) = 153+110+175=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #996EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996EAF is #669150. Grayscale: #828282. Windows color (decimal): -6721873 or 11497113. OLE color: 11497113.

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

Color convert

RGB153110175-
CMYK0.130.3700.31
HSL279.69º28.89%55.88%-
HSV(B)279.69º37.14%68.63%-
XYZ26.4521.0243.22-
YUV130.27153.25144.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=34.93%
G=25.11%
B=39.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531101750.130.3700.31279.6928.8955.88
Hex996EAFD2501F1181d38
Octal23115625715450374303570
Binary10011001110111010101111110110010101111110001100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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