#9966BE

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

Shades of Amethyst #9966BE

Tints of Amethyst #9966BE

Color information

#9966BE (or 0x9966BE) is unknown color: approx Amethyst. HEX triplet: 99, 66 and BE. RGB value is (153,102,190). Sum of RGB (Red+Green+Blue) = 153+102+190=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9966BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966BE is #669941. Grayscale: #7E7E7E. Windows color (decimal): -6723906 or 12478105. OLE color: 12478105.

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

Color convert

RGB153102190-
CMYK0.190.4600.25
HSL274.77º40.37%57.25%-
HSV(B)274.77º46.32%74.51%-
XYZ27.1819.9951.14-
YUV127.28163.4146.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=34.38%
G=22.92%
B=42.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531021900.190.4600.25274.7740.3757.25
Hex9966BE132E0191132839
Octal23114627623560314235071
Binary1001100111001101011111010011101110011001100010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9966BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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