Shades of Amethyst #9866CD
Tints of Amethyst #9866CD
RGB
CMYK
RGB Variations
Color information
#9866CD (or 0x9866CD) is known color: Amethyst. HEX triplet: 98, 66 and CD. RGB value is (152,102,205). Sum of RGB (Red+Green+Blue) = 152+102+205=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #9866CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866CD is #679932. Grayscale: #808080. Windows color (decimal): -6789427 or 13461144. OLE color: 13461144.
HSL color Cylindrical-coordinate representation of color #9866CD: hue angle of 269.13º 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 #9866CD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 102 | 205 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.20 |
| HSL | 269.13º | 0.51% | 0.6% | - |
| HSV(B) | 269.13º | 0.5% | 0.8% | - |
| XYZ | 28.72 | 20.59 | 60.22 | - |
| YUV | 128.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 205 | 0.26 | 0.50 | 0 | 0.20 | 269.13 | 0.51 | 0.6 |
| Hex | 98 | 66 | CD | 1A | 32 | 0 | 14 | 10D | 33 | 3C |
| Octal | 230 | 146 | 315 | 32 | 62 | 0 | 24 | 415 | 63 | 74 |
| Binary | 10011000 | 1100110 | 11001101 | 11010 | 110010 | 0 | 10100 | 100001101 | 110011 | 111100 |
Color Harmonies of #9866CD
Complementary color
Monochromatic Colors of #9866CD
Black with #9866CD
Text Example
Text Example
White with #9866CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866CD; }
p { color: rgb(152,102,205); }
H1.HeaderClassName
{
color: #9866CD;
}
.AnyTagClassName
{
color: #9866CD;
}
</style>
background-color css
<style>
a { background-color: #9866CD; }
a { background-color: rgb(152,102,205); }
div.DivClassName
{
background-color: #9866CD;
}
.BgClassName
{
background-color: #9866CD;
}
</style>
border-color css
<style>
span { border-color: #9866CD; }
span { border-color: rgb(152,102,205); }
td.TdClassName
{
border-color: #9866CD;
}
.TagClassName
{
border-color: #9866CD;
}
</style>