#9966BC

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

Shades of Amethyst #9966BC

Tints of Amethyst #9966BC

Color information

#9966BC (or 0x9966BC) is unknown color: approx Amethyst. HEX triplet: 99, 66 and BC. RGB value is (153,102,188). Sum of RGB (Red+Green+Blue) = 153+102+188=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #9966BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966BC is #669943. Grayscale: #7E7E7E. Windows color (decimal): -6723908 or 12347033. OLE color: 12347033.

HSL color Cylindrical-coordinate representation of color #9966BC: hue angle of 275.58º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9966BC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153102188-
CMYK0.190.4600.26
HSL275.58º39.09%56.86%-
HSV(B)275.58º45.74%73.73%-
XYZ26.9719.9150-
YUV127.05162.4146.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=34.54%
G=23.02%
B=42.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531021880.190.4600.26275.5839.0956.86
Hex9966BC132E01A1142739
Octal23114627423560324244771
Binary1001100111001101011110010011101110011010100010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9966BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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