#9666AC

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

Shades of Ce Soir #9666AC

Tints of Ce Soir #9666AC

Color information

#9666AC (or 0x9666AC) is unknown color: approx Ce Soir. HEX triplet: 96, 66 and AC. RGB value is (150,102,172). Sum of RGB (Red+Green+Blue) = 150+102+172=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #9666AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9666AC is #699953. Grayscale: #7C7C7C. Windows color (decimal): -6920532 or 11298454. OLE color: 11298454.

HSL color Cylindrical-coordinate representation of color #9666AC: hue angle of 281.14º 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 #9666AC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150102172-
CMYK0.130.4100.33
HSL281.14º29.66%53.73%-
HSV(B)281.14º40.7%67.45%-
XYZ24.7818.9741.38-
YUV124.33154.9146.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=35.38%
G=24.06%
B=40.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501021720.130.4100.33281.1429.6653.73
Hex9666ACD290211191e36
Octal22614625415510414313666
Binary100101101100110101011001101101001010000110001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9666AC; }

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

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

<style>
 a { background-color: #9666AC; }

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

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

<style>
 span { border-color: #9666AC; }

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

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