Shades of Amethyst #9A63DB
Tints of Amethyst #9A63DB
RGB
CMYK
RGB Variations
Color information
#9A63DB (or 0x9A63DB) is known color: Amethyst. HEX triplet: 9A, 63 and DB. RGB value is (154,99,219). Sum of RGB (Red+Green+Blue) = 154+99+219=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63DB is #659C24. Grayscale: #808080. Windows color (decimal): -6659109 or 14377882. OLE color: 14377882.
HSL color Cylindrical-coordinate representation of color #9A63DB: hue angle of 267.5º degrees, saturation: 0.62, 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 #9A63DB is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 99 | 219 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.14 |
| HSL | 267.5º | 0.63% | 0.62% | - |
| HSV(B) | 267.5º | 0.55% | 0.86% | - |
| XYZ | 30.57 | 20.91 | 69.44 | - |
| YUV | 129.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 219 | 0.30 | 0.55 | 0 | 0.14 | 267.5 | 0.63 | 0.62 |
| Hex | 9A | 63 | DB | 1E | 37 | 0 | E | 10C | 3E | 3E |
| Octal | 232 | 143 | 333 | 36 | 67 | 0 | 16 | 414 | 76 | 76 |
| Binary | 10011010 | 1100011 | 11011011 | 11110 | 110111 | 0 | 1110 | 100001100 | 111110 | 111110 |
Color Harmonies of #9A63DB
Complementary color
Monochromatic Colors of #9A63DB
Black with #9A63DB
Text Example
Text Example
White with #9A63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63DB; }
p { color: rgb(154,99,219); }
H1.HeaderClassName
{
color: #9A63DB;
}
.AnyTagClassName
{
color: #9A63DB;
}
</style>
background-color css
<style>
a { background-color: #9A63DB; }
a { background-color: rgb(154,99,219); }
div.DivClassName
{
background-color: #9A63DB;
}
.BgClassName
{
background-color: #9A63DB;
}
</style>
border-color css
<style>
span { border-color: #9A63DB; }
span { border-color: rgb(154,99,219); }
td.TdClassName
{
border-color: #9A63DB;
}
.TagClassName
{
border-color: #9A63DB;
}
</style>