#9966CA

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

Shades of Amethyst #9966CA

Tints of Amethyst #9966CA

Color information

#9966CA (or 0x9966CA) is unknown color: approx Amethyst. HEX triplet: 99, 66 and CA. RGB value is (153,102,202). Sum of RGB (Red+Green+Blue) = 153+102+202=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #9966CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966CA is #669935. Grayscale: #808080. Windows color (decimal): -6723894 or 13264537. OLE color: 13264537.

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

Color convert

RGB153102202-
CMYK0.240.5000.21
HSL270.6º48.54%59.61%-
HSV(B)270.6º49.5%79.22%-
XYZ28.5520.5458.34-
YUV128.65169.4145.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=33.48%
G=22.32%
B=44.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531022020.240.5000.21270.648.5459.61
Hex9966CA183201510f313c
Octal23114631230620254176174
Binary1001100111001101100101011000110010010101100001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9966CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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