Shades of Amethyst #9966CC
Tints of Amethyst #9966CC
RGB
CMYK
RGB Variations
Color information
#9966CC (or 0x9966CC) is known color: Amethyst. HEX triplet: 99, 66 and CC. RGB value is (153,102,204). Sum of RGB (Red+Green+Blue) = 153+102+204=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #9966CC is a web safe color. Inversed color of #9966CC is #669933. Grayscale: #808080. Windows color (decimal): -6723892 or 13395609. OLE color: 13395609.
HSL color Cylindrical-coordinate representation of color #9966CC: hue angle of 270º degrees, saturation: 0.5, 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 #9966CC is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 153 | 102 | 204 | - |
CMYK | 0.25 | 0.5 | 0 | 0.2 |
HSL | 270º | 0.5% | 0.6% | - |
HSV(B) | 270º | 0.5% | 0.8% | - |
XYZ | 28.79 | 20.63 | 59.59 | - |
YUV | 128.88 | 170.4 | 145.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 102 | 204 | 0.25 | 0.5 | 0 | 0.2 | 270 | 0.5 | 0.6 |
Hex | 99 | 66 | CC | 19 | 32 | 0 | 14 | 10E | 32 | 3C |
Octal | 231 | 146 | 314 | 31 | 62 | 0 | 24 | 416 | 62 | 74 |
Binary | 10011001 | 1100110 | 11001100 | 11001 | 110010 | 0 | 10100 | 100001110 | 110010 | 111100 |
Color Harmonies of #9966CC
Complementary color
Monochromatic Colors of #9966CC
Black with #9966CC
Text Example
Text Example
White with #9966CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966CC; }
p { color: rgb(153,102,204); }
H1.HeaderClassName
{
color: #9966CC;
}
.AnyTagClassName
{
color: #9966CC;
}
</style>
background-color css
<style>
a { background-color: #9966CC; }
a { background-color: rgb(153,102,204); }
div.DivClassName
{
background-color: #9966CC;
}
.BgClassName
{
background-color: #9966CC;
}
</style>
border-color css
<style>
span { border-color: #9966CC; }
span { border-color: rgb(153,102,204); }
td.TdClassName
{
border-color: #9966CC;
}
.TagClassName
{
border-color: #9966CC;
}
</style>