#9C66AB

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

Shades of Ce Soir #9C66AB

Tints of Ce Soir #9C66AB

Color information

#9C66AB (or 0x9C66AB) is unknown color: approx Ce Soir. HEX triplet: 9C, 66 and AB. RGB value is (156,102,171). Sum of RGB (Red+Green+Blue) = 156+102+171=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C66AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C66AB is #639954. Grayscale: #7D7D7D. Windows color (decimal): -6527317 or 11232924. OLE color: 11232924.

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

Color convert

RGB156102171-
CMYK0.090.4000.33
HSL286.96º29.11%53.53%-
HSV(B)286.96º40.35%67.06%-
XYZ25.8119.5140.93-
YUV126.01153.39149.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=36.36%
G=23.78%
B=39.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561021710.090.4000.33286.9629.1153.53
Hex9C66AB92802111f1d36
Octal23414625311500414373566
Binary100111001100110101010111001101000010000110001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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