Shades of Amethyst #9A52DB
Tints of Amethyst #9A52DB
RGB
CMYK
RGB Variations
Color information
#9A52DB (or 0x9A52DB) is known color: Amethyst. HEX triplet: 9A, 52 and DB. RGB value is (154,82,219). Sum of RGB (Red+Green+Blue) = 154+82+219=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52DB is #65AD24. Grayscale: #767676. Windows color (decimal): -6663461 or 14373530. OLE color: 14373530.
HSL color Cylindrical-coordinate representation of color #9A52DB: hue angle of 271.53º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A52DB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 82 | 219 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.14 |
| HSL | 271.53º | 0.66% | 0.59% | - |
| HSV(B) | 271.53º | 0.63% | 0.86% | - |
| XYZ | 29.13 | 18.02 | 68.96 | - |
| YUV | 119.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 219 | 0.30 | 0.63 | 0 | 0.14 | 271.53 | 0.66 | 0.59 |
| Hex | 9A | 52 | DB | 1E | 3F | 0 | E | 110 | 42 | 3B |
| Octal | 232 | 122 | 333 | 36 | 77 | 0 | 16 | 420 | 102 | 73 |
| Binary | 10011010 | 1010010 | 11011011 | 11110 | 111111 | 0 | 1110 | 100010000 | 1000010 | 111011 |
Color Harmonies of #9A52DB
Complementary color
Monochromatic Colors of #9A52DB
Black with #9A52DB
Text Example
Text Example
White with #9A52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52DB; }
p { color: rgb(154,82,219); }
H1.HeaderClassName
{
color: #9A52DB;
}
.AnyTagClassName
{
color: #9A52DB;
}
</style>
background-color css
<style>
a { background-color: #9A52DB; }
a { background-color: rgb(154,82,219); }
div.DivClassName
{
background-color: #9A52DB;
}
.BgClassName
{
background-color: #9A52DB;
}
</style>
border-color css
<style>
span { border-color: #9A52DB; }
span { border-color: rgb(154,82,219); }
td.TdClassName
{
border-color: #9A52DB;
}
.TagClassName
{
border-color: #9A52DB;
}
</style>