Shades of Amethyst #9B52DB
Tints of Amethyst #9B52DB
RGB
CMYK
RGB Variations
Color information
#9B52DB (or 0x9B52DB) is known color: Amethyst. HEX triplet: 9B, 52 and DB. RGB value is (155,82,219). Sum of RGB (Red+Green+Blue) = 155+82+219=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52DB is #64AD24. Grayscale: #767676. Windows color (decimal): -6597925 or 14373531. OLE color: 14373531.
HSL color Cylindrical-coordinate representation of color #9B52DB: hue angle of 271.97º 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 #9B52DB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 82 | 219 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.14 |
| HSL | 271.97º | 0.66% | 0.59% | - |
| HSV(B) | 271.97º | 0.63% | 0.86% | - |
| XYZ | 29.32 | 18.12 | 68.97 | - |
| YUV | 119.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 219 | 0.29 | 0.63 | 0 | 0.14 | 271.97 | 0.66 | 0.59 |
| Hex | 9B | 52 | DB | 1D | 3F | 0 | E | 110 | 42 | 3B |
| Octal | 233 | 122 | 333 | 35 | 77 | 0 | 16 | 420 | 102 | 73 |
| Binary | 10011011 | 1010010 | 11011011 | 11101 | 111111 | 0 | 1110 | 100010000 | 1000010 | 111011 |
Color Harmonies of #9B52DB
Complementary color
Monochromatic Colors of #9B52DB
Black with #9B52DB
Text Example
Text Example
White with #9B52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B52DB; }
p { color: rgb(155,82,219); }
H1.HeaderClassName
{
color: #9B52DB;
}
.AnyTagClassName
{
color: #9B52DB;
}
</style>
background-color css
<style>
a { background-color: #9B52DB; }
a { background-color: rgb(155,82,219); }
div.DivClassName
{
background-color: #9B52DB;
}
.BgClassName
{
background-color: #9B52DB;
}
</style>
border-color css
<style>
span { border-color: #9B52DB; }
span { border-color: rgb(155,82,219); }
td.TdClassName
{
border-color: #9B52DB;
}
.TagClassName
{
border-color: #9B52DB;
}
</style>