#9966AA

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

Shades of Ce Soir #9966AA

Tints of Ce Soir #9966AA

Color information

#9966AA (or 0x9966AA) is unknown color: approx Ce Soir. HEX triplet: 99, 66 and AA. RGB value is (153,102,170). Sum of RGB (Red+Green+Blue) = 153+102+170=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9966AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9966AA is #669955. Grayscale: #7C7C7C. Windows color (decimal): -6723926 or 11167385. OLE color: 11167385.

HSL color Cylindrical-coordinate representation of color #9966AA: hue angle of 285º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9966AA is Cyan = 0.1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153102170-
CMYK0.10.400.33
HSL285º28.57%53.33%-
HSV(B)285º40%66.67%-
XYZ25.1419.1840.41-
YUV125153.4147.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 170 (66.80% from 255) = 40%
R=36%
G=24%
B=40%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531021700.10.400.3328528.5753.33
Hex9966AAA2802111d1d35
Octal23114625212500414353565
Binary100110011100110101010101010101000010000110001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9966AA; }

 p { color: rgb(153,102,170); }

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

<style>
 a { background-color: #9966AA; }

 a { background-color: rgb(153,102,170); }

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

<style>
 span { border-color: #9966AA; }

 span { border-color: rgb(153,102,170); }

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