#9966CB

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

Shades of Amethyst #9966CB

Tints of Amethyst #9966CB

Color information

#9966CB (or 0x9966CB) is unknown color: approx Amethyst. HEX triplet: 99, 66 and CB. RGB value is (153,102,203). Sum of RGB (Red+Green+Blue) = 153+102+203=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #9966CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966CB is #669934. Grayscale: #808080. Windows color (decimal): -6723893 or 13330073. OLE color: 13330073.

HSL color Cylindrical-coordinate representation of color #9966CB: hue angle of 270.3º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9966CB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153102203-
CMYK0.250.5000.20
HSL270.3º49.27%59.8%-
HSV(B)270.3º49.75%79.61%-
XYZ28.6720.5958.96-
YUV128.76169.9145.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=33.41%
G=22.27%
B=44.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531022030.250.5000.20270.349.2759.8
Hex9966CB193201410e313c
Octal23114631331620244166174
Binary1001100111001101100101111001110010010100100001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9966CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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