#996CAA

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

Shades of Ce Soir #996CAA

Tints of Ce Soir #996CAA

Color information

#996CAA (or 0x996CAA) is unknown color: approx Ce Soir. HEX triplet: 99, 6C and AA. RGB value is (153,108,170). Sum of RGB (Red+Green+Blue) = 153+108+170=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #996CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996CAA is #669355. Grayscale: #808080. Windows color (decimal): -6722390 or 11168921. OLE color: 11168921.

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

Color convert

RGB153108170-
CMYK0.10.3600.33
HSL283.55º26.72%54.51%-
HSV(B)283.55º36.47%66.67%-
XYZ25.7620.440.61-
YUV128.52151.41145.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=35.50%
G=25.06%
B=39.44%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531081700.10.3600.33283.5526.7254.51
Hex996CAAA2402111c1b37
Octal23115425212440414343367
Binary100110011101100101010101010100100010000110001110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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