Shades of Amethyst #9A55DB
Tints of Amethyst #9A55DB
RGB
CMYK
RGB Variations
Color information
#9A55DB (or 0x9A55DB) is known color: Amethyst. HEX triplet: 9A, 55 and DB. RGB value is (154,85,219). Sum of RGB (Red+Green+Blue) = 154+85+219=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55DB is #65AA24. Grayscale: #787878. Windows color (decimal): -6662693 or 14374298. OLE color: 14374298.
HSL color Cylindrical-coordinate representation of color #9A55DB: hue angle of 270.9º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A55DB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 85 | 219 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.14 |
| HSL | 270.9º | 0.65% | 0.6% | - |
| HSV(B) | 270.9º | 0.61% | 0.86% | - |
| XYZ | 29.36 | 18.48 | 69.04 | - |
| YUV | 120.91 | 183.36 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 219 | 0.30 | 0.61 | 0 | 0.14 | 270.9 | 0.65 | 0.6 |
| Hex | 9A | 55 | DB | 1E | 3D | 0 | E | 10F | 41 | 3C |
| Octal | 232 | 125 | 333 | 36 | 75 | 0 | 16 | 417 | 101 | 74 |
| Binary | 10011010 | 1010101 | 11011011 | 11110 | 111101 | 0 | 1110 | 100001111 | 1000001 | 111100 |
Color Harmonies of #9A55DB
Complementary color
Monochromatic Colors of #9A55DB
Black with #9A55DB
Text Example
Text Example
White with #9A55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55DB; }
p { color: rgb(154,85,219); }
H1.HeaderClassName
{
color: #9A55DB;
}
.AnyTagClassName
{
color: #9A55DB;
}
</style>
background-color css
<style>
a { background-color: #9A55DB; }
a { background-color: rgb(154,85,219); }
div.DivClassName
{
background-color: #9A55DB;
}
.BgClassName
{
background-color: #9A55DB;
}
</style>
border-color css
<style>
span { border-color: #9A55DB; }
span { border-color: rgb(154,85,219); }
td.TdClassName
{
border-color: #9A55DB;
}
.TagClassName
{
border-color: #9A55DB;
}
</style>