Shades of Amethyst #9B51DB
Tints of Amethyst #9B51DB
RGB
CMYK
RGB Variations
Color information
#9B51DB (or 0x9B51DB) is known color: Amethyst. HEX triplet: 9B, 51 and DB. RGB value is (155,81,219). Sum of RGB (Red+Green+Blue) = 155+81+219=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 81 (32.03% from 255 or 17.80% 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 #9B51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51DB is #64AE24. Grayscale: #767676. Windows color (decimal): -6598181 or 14373275. OLE color: 14373275.
HSL color Cylindrical-coordinate representation of color #9B51DB: hue angle of 272.17º 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 #9B51DB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 81 | 219 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.14 |
| HSL | 272.17º | 0.66% | 0.59% | - |
| HSV(B) | 272.17º | 0.63% | 0.86% | - |
| XYZ | 29.25 | 17.97 | 68.94 | - |
| YUV | 118.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 219 | 0.29 | 0.63 | 0 | 0.14 | 272.17 | 0.66 | 0.59 |
| Hex | 9B | 51 | DB | 1D | 3F | 0 | E | 110 | 42 | 3B |
| Octal | 233 | 121 | 333 | 35 | 77 | 0 | 16 | 420 | 102 | 73 |
| Binary | 10011011 | 1010001 | 11011011 | 11101 | 111111 | 0 | 1110 | 100010000 | 1000010 | 111011 |
Color Harmonies of #9B51DB
Complementary color
Monochromatic Colors of #9B51DB
Black with #9B51DB
Text Example
Text Example
White with #9B51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B51DB; }
p { color: rgb(155,81,219); }
H1.HeaderClassName
{
color: #9B51DB;
}
.AnyTagClassName
{
color: #9B51DB;
}
</style>
background-color css
<style>
a { background-color: #9B51DB; }
a { background-color: rgb(155,81,219); }
div.DivClassName
{
background-color: #9B51DB;
}
.BgClassName
{
background-color: #9B51DB;
}
</style>
border-color css
<style>
span { border-color: #9B51DB; }
span { border-color: rgb(155,81,219); }
td.TdClassName
{
border-color: #9B51DB;
}
.TagClassName
{
border-color: #9B51DB;
}
</style>