Shades of Amethyst #9966CD
Tints of Amethyst #9966CD
RGB
CMYK
RGB Variations
Color information
#9966CD (or 0x9966CD) is known color: Amethyst. HEX triplet: 99, 66 and CD. RGB value is (153,102,205). Sum of RGB (Red+Green+Blue) = 153+102+205=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #9966CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966CD is #669932. Grayscale: #808080. Windows color (decimal): -6723891 or 13461145. OLE color: 13461145.
HSL color Cylindrical-coordinate representation of color #9966CD: hue angle of 269.71º degrees, saturation: 0.51, 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 #9966CD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 102 | 205 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.20 |
| HSL | 269.71º | 0.51% | 0.6% | - |
| HSV(B) | 269.71º | 0.5% | 0.8% | - |
| XYZ | 28.91 | 20.68 | 60.23 | - |
| YUV | 128.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 205 | 0.25 | 0.50 | 0 | 0.20 | 269.71 | 0.51 | 0.6 |
| Hex | 99 | 66 | CD | 19 | 32 | 0 | 14 | 10E | 33 | 3C |
| Octal | 231 | 146 | 315 | 31 | 62 | 0 | 24 | 416 | 63 | 74 |
| Binary | 10011001 | 1100110 | 11001101 | 11001 | 110010 | 0 | 10100 | 100001110 | 110011 | 111100 |
Color Harmonies of #9966CD
Complementary color
Monochromatic Colors of #9966CD
Black with #9966CD
Text Example
Text Example
White with #9966CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966CD; }
p { color: rgb(153,102,205); }
H1.HeaderClassName
{
color: #9966CD;
}
.AnyTagClassName
{
color: #9966CD;
}
</style>
background-color css
<style>
a { background-color: #9966CD; }
a { background-color: rgb(153,102,205); }
div.DivClassName
{
background-color: #9966CD;
}
.BgClassName
{
background-color: #9966CD;
}
</style>
border-color css
<style>
span { border-color: #9966CD; }
span { border-color: rgb(153,102,205); }
td.TdClassName
{
border-color: #9966CD;
}
.TagClassName
{
border-color: #9966CD;
}
</style>