Shades of Amethyst #9864DA
Tints of Amethyst #9864DA
RGB
CMYK
RGB Variations
Color information
#9864DA (or 0x9864DA) is known color: Amethyst. HEX triplet: 98, 64 and DA. RGB value is (152,100,218). Sum of RGB (Red+Green+Blue) = 152+100+218=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9864DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864DA is #679B25. Grayscale: #808080. Windows color (decimal): -6789926 or 14312600. OLE color: 14312600.
HSL color Cylindrical-coordinate representation of color #9864DA: hue angle of 266.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9864DA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 100 | 218 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.15 |
| HSL | 266.44º | 0.61% | 0.62% | - |
| HSV(B) | 266.44º | 0.54% | 0.85% | - |
| XYZ | 30.16 | 20.85 | 68.76 | - |
| YUV | 129 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 218 | 0.30 | 0.54 | 0 | 0.15 | 266.44 | 0.61 | 0.62 |
| Hex | 98 | 64 | DA | 1E | 36 | 0 | F | 10A | 3D | 3E |
| Octal | 230 | 144 | 332 | 36 | 66 | 0 | 17 | 412 | 75 | 76 |
| Binary | 10011000 | 1100100 | 11011010 | 11110 | 110110 | 0 | 1111 | 100001010 | 111101 | 111110 |
Color Harmonies of #9864DA
Complementary color
Monochromatic Colors of #9864DA
Black with #9864DA
Text Example
Text Example
White with #9864DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9864DA; }
p { color: rgb(152,100,218); }
H1.HeaderClassName
{
color: #9864DA;
}
.AnyTagClassName
{
color: #9864DA;
}
</style>
background-color css
<style>
a { background-color: #9864DA; }
a { background-color: rgb(152,100,218); }
div.DivClassName
{
background-color: #9864DA;
}
.BgClassName
{
background-color: #9864DA;
}
</style>
border-color css
<style>
span { border-color: #9864DA; }
span { border-color: rgb(152,100,218); }
td.TdClassName
{
border-color: #9864DA;
}
.TagClassName
{
border-color: #9864DA;
}
</style>