Shades of Amethyst #9B59DD
Tints of Amethyst #9B59DD
RGB
CMYK
RGB Variations
Color information
#9B59DD (or 0x9B59DD) is known color: Amethyst. HEX triplet: 9B, 59 and DD. RGB value is (155,89,221). Sum of RGB (Red+Green+Blue) = 155+89+221=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59DD is #64A622. Grayscale: #7B7B7B. Windows color (decimal): -6596131 or 14506395. OLE color: 14506395.
HSL color Cylindrical-coordinate representation of color #9B59DD: hue angle of 270º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B59DD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 89 | 221 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.13 |
| HSL | 270º | 0.66% | 0.61% | - |
| HSV(B) | 270º | 0.6% | 0.87% | - |
| XYZ | 30.14 | 19.33 | 70.55 | - |
| YUV | 123.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 221 | 0.30 | 0.60 | 0 | 0.13 | 270 | 0.66 | 0.61 |
| Hex | 9B | 59 | DD | 1E | 3C | 0 | D | 10E | 42 | 3D |
| Octal | 233 | 131 | 335 | 36 | 74 | 0 | 15 | 416 | 102 | 75 |
| Binary | 10011011 | 1011001 | 11011101 | 11110 | 111100 | 0 | 1101 | 100001110 | 1000010 | 111101 |
Color Harmonies of #9B59DD
Complementary color
Monochromatic Colors of #9B59DD
Black with #9B59DD
Text Example
Text Example
White with #9B59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B59DD; }
p { color: rgb(155,89,221); }
H1.HeaderClassName
{
color: #9B59DD;
}
.AnyTagClassName
{
color: #9B59DD;
}
</style>
background-color css
<style>
a { background-color: #9B59DD; }
a { background-color: rgb(155,89,221); }
div.DivClassName
{
background-color: #9B59DD;
}
.BgClassName
{
background-color: #9B59DD;
}
</style>
border-color css
<style>
span { border-color: #9B59DD; }
span { border-color: rgb(155,89,221); }
td.TdClassName
{
border-color: #9B59DD;
}
.TagClassName
{
border-color: #9B59DD;
}
</style>