#9C66AC

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

Shades of Ce Soir #9C66AC

Tints of Ce Soir #9C66AC

Color information

#9C66AC (or 0x9C66AC) is unknown color: approx Ce Soir. HEX triplet: 9C, 66 and AC. RGB value is (156,102,172). Sum of RGB (Red+Green+Blue) = 156+102+172=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C66AC is #639953. Grayscale: #7D7D7D. Windows color (decimal): -6527316 or 11298460. OLE color: 11298460.

HSL color Cylindrical-coordinate representation of color #9C66AC: hue angle of 286.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C66AC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156102172-
CMYK0.090.4100.33
HSL286.29º29.66%53.73%-
HSV(B)286.29º40.7%67.45%-
XYZ25.9119.5541.44-
YUV126.13153.89149.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 172 (67.58% from 255) = 40%
R=36.28%
G=23.72%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561021720.090.4100.33286.2929.6653.73
Hex9C66AC92902111e1e36
Octal23414625411510414363666
Binary100111001100110101011001001101001010000110001111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C66AC; }

 p { color: rgb(156,102,172); }

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

<style>
 a { background-color: #9C66AC; }

 a { background-color: rgb(156,102,172); }

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

<style>
 span { border-color: #9C66AC; }

 span { border-color: rgb(156,102,172); }

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