Shades of Amethyst #9A52DA
Tints of Amethyst #9A52DA
RGB
CMYK
RGB Variations
Color information
#9A52DA (or 0x9A52DA) is known color: Amethyst. HEX triplet: 9A, 52 and DA. RGB value is (154,82,218). Sum of RGB (Red+Green+Blue) = 154+82+218=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A52DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52DA is #65AD25. Grayscale: #767676. Windows color (decimal): -6663462 or 14307994. OLE color: 14307994.
HSL color Cylindrical-coordinate representation of color #9A52DA: hue angle of 271.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A52DA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 82 | 218 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.15 |
| HSL | 271.76º | 0.65% | 0.59% | - |
| HSV(B) | 271.76º | 0.62% | 0.85% | - |
| XYZ | 29 | 17.97 | 68.27 | - |
| YUV | 119.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 218 | 0.29 | 0.62 | 0 | 0.15 | 271.76 | 0.65 | 0.59 |
| Hex | 9A | 52 | DA | 1D | 3E | 0 | F | 110 | 41 | 3B |
| Octal | 232 | 122 | 332 | 35 | 76 | 0 | 17 | 420 | 101 | 73 |
| Binary | 10011010 | 1010010 | 11011010 | 11101 | 111110 | 0 | 1111 | 100010000 | 1000001 | 111011 |
Color Harmonies of #9A52DA
Complementary color
Monochromatic Colors of #9A52DA
Black with #9A52DA
Text Example
Text Example
White with #9A52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52DA; }
p { color: rgb(154,82,218); }
H1.HeaderClassName
{
color: #9A52DA;
}
.AnyTagClassName
{
color: #9A52DA;
}
</style>
background-color css
<style>
a { background-color: #9A52DA; }
a { background-color: rgb(154,82,218); }
div.DivClassName
{
background-color: #9A52DA;
}
.BgClassName
{
background-color: #9A52DA;
}
</style>
border-color css
<style>
span { border-color: #9A52DA; }
span { border-color: rgb(154,82,218); }
td.TdClassName
{
border-color: #9A52DA;
}
.TagClassName
{
border-color: #9A52DA;
}
</style>