Shades of Amethyst #9A62DB
Tints of Amethyst #9A62DB
RGB
CMYK
RGB Variations
Color information
#9A62DB (or 0x9A62DB) is known color: Amethyst. HEX triplet: 9A, 62 and DB. RGB value is (154,98,219). Sum of RGB (Red+Green+Blue) = 154+98+219=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62DB is #659D24. Grayscale: #808080. Windows color (decimal): -6659365 or 14377626. OLE color: 14377626.
HSL color Cylindrical-coordinate representation of color #9A62DB: hue angle of 267.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A62DB is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 98 | 219 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.14 |
| HSL | 267.77º | 0.63% | 0.62% | - |
| HSV(B) | 267.77º | 0.55% | 0.86% | - |
| XYZ | 30.48 | 20.72 | 69.41 | - |
| YUV | 128.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 219 | 0.30 | 0.55 | 0 | 0.14 | 267.77 | 0.63 | 0.62 |
| Hex | 9A | 62 | DB | 1E | 37 | 0 | E | 10C | 3F | 3E |
| Octal | 232 | 142 | 333 | 36 | 67 | 0 | 16 | 414 | 77 | 76 |
| Binary | 10011010 | 1100010 | 11011011 | 11110 | 110111 | 0 | 1110 | 100001100 | 111111 | 111110 |
Color Harmonies of #9A62DB
Complementary color
Monochromatic Colors of #9A62DB
Black with #9A62DB
Text Example
Text Example
White with #9A62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A62DB; }
p { color: rgb(154,98,219); }
H1.HeaderClassName
{
color: #9A62DB;
}
.AnyTagClassName
{
color: #9A62DB;
}
</style>
background-color css
<style>
a { background-color: #9A62DB; }
a { background-color: rgb(154,98,219); }
div.DivClassName
{
background-color: #9A62DB;
}
.BgClassName
{
background-color: #9A62DB;
}
</style>
border-color css
<style>
span { border-color: #9A62DB; }
span { border-color: rgb(154,98,219); }
td.TdClassName
{
border-color: #9A62DB;
}
.TagClassName
{
border-color: #9A62DB;
}
</style>