#9866AB

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

Shades of Ce Soir #9866AB

Tints of Ce Soir #9866AB

Color information

#9866AB (or 0x9866AB) is unknown color: approx Ce Soir. HEX triplet: 98, 66 and AB. RGB value is (152,102,171). Sum of RGB (Red+Green+Blue) = 152+102+171=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9866AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9866AB is #679954. Grayscale: #7C7C7C. Windows color (decimal): -6789461 or 11232920. OLE color: 11232920.

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

Color convert

RGB152102171-
CMYK0.110.4000.33
HSL283.48º29.11%53.53%-
HSV(B)283.48º40.35%67.06%-
XYZ25.0519.1240.9-
YUV124.82154.06147.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=35.76%
G=24%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521021710.110.4000.33283.4829.1153.53
Hex9866ABB2802111b1d36
Octal23014625313500414333566
Binary100110001100110101010111011101000010000110001101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9866AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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