#996CAD

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

Shades of Ce Soir #996CAD

Tints of Ce Soir #996CAD

Color information

#996CAD (or 0x996CAD) is unknown color: approx Ce Soir. HEX triplet: 99, 6C and AD. RGB value is (153,108,173). Sum of RGB (Red+Green+Blue) = 153+108+173=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #996CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996CAD is #669352. Grayscale: #808080. Windows color (decimal): -6722387 or 11365529. OLE color: 11365529.

HSL color Cylindrical-coordinate representation of color #996CAD: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996CAD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153108173-
CMYK0.120.3800.32
HSL281.54º28.38%55.1%-
HSV(B)281.54º37.57%67.84%-
XYZ26.0420.5142.12-
YUV128.86152.91145.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=35.25%
G=24.88%
B=39.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531081730.120.3800.32281.5428.3855.1
Hex996CADC2602011a1c37
Octal23115425514460404323467
Binary100110011101100101011011100100110010000010001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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