#9666AB

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

Shades of Ce Soir #9666AB

Tints of Ce Soir #9666AB

Color information

#9666AB (or 0x9666AB) is unknown color: approx Ce Soir. HEX triplet: 96, 66 and AB. RGB value is (150,102,171). Sum of RGB (Red+Green+Blue) = 150+102+171=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9666AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9666AB is #699954. Grayscale: #7B7B7B. Windows color (decimal): -6920533 or 11232918. OLE color: 11232918.

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

Color convert

RGB150102171-
CMYK0.120.4000.33
HSL281.74º29.11%53.53%-
HSV(B)281.74º40.35%67.06%-
XYZ24.6818.9340.88-
YUV124.22154.4146.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=35.46%
G=24.11%
B=40.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501021710.120.4000.33281.7429.1153.53
Hex9666ABC2802111a1d36
Octal22614625314500414323566
Binary100101101100110101010111100101000010000110001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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