Shades of Amethyst #9B63DB
Tints of Amethyst #9B63DB
RGB
CMYK
RGB Variations
Color information
#9B63DB (or 0x9B63DB) is known color: Amethyst. HEX triplet: 9B, 63 and DB. RGB value is (155,99,219). Sum of RGB (Red+Green+Blue) = 155+99+219=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63DB is #649C24. Grayscale: #818181. Windows color (decimal): -6593573 or 14377883. OLE color: 14377883.
HSL color Cylindrical-coordinate representation of color #9B63DB: hue angle of 268º 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 #9B63DB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 99 | 219 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.14 |
| HSL | 268º | 0.63% | 0.62% | - |
| HSV(B) | 268º | 0.55% | 0.86% | - |
| XYZ | 30.77 | 21.01 | 69.45 | - |
| YUV | 129.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 219 | 0.29 | 0.55 | 0 | 0.14 | 268 | 0.63 | 0.62 |
| Hex | 9B | 63 | DB | 1D | 37 | 0 | E | 10C | 3E | 3E |
| Octal | 233 | 143 | 333 | 35 | 67 | 0 | 16 | 414 | 76 | 76 |
| Binary | 10011011 | 1100011 | 11011011 | 11101 | 110111 | 0 | 1110 | 100001100 | 111110 | 111110 |
Color Harmonies of #9B63DB
Complementary color
Monochromatic Colors of #9B63DB
Black with #9B63DB
Text Example
Text Example
White with #9B63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63DB; }
p { color: rgb(155,99,219); }
H1.HeaderClassName
{
color: #9B63DB;
}
.AnyTagClassName
{
color: #9B63DB;
}
</style>
background-color css
<style>
a { background-color: #9B63DB; }
a { background-color: rgb(155,99,219); }
div.DivClassName
{
background-color: #9B63DB;
}
.BgClassName
{
background-color: #9B63DB;
}
</style>
border-color css
<style>
span { border-color: #9B63DB; }
span { border-color: rgb(155,99,219); }
td.TdClassName
{
border-color: #9B63DB;
}
.TagClassName
{
border-color: #9B63DB;
}
</style>