Shades of Amethyst #9B58DD
Tints of Amethyst #9B58DD
RGB
CMYK
RGB Variations
Color information
#9B58DD (or 0x9B58DD) is known color: Amethyst. HEX triplet: 9B, 58 and DD. RGB value is (155,88,221). Sum of RGB (Red+Green+Blue) = 155+88+221=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58DD is #64A722. Grayscale: #7A7A7A. Windows color (decimal): -6596387 or 14506139. OLE color: 14506139.
HSL color Cylindrical-coordinate representation of color #9B58DD: hue angle of 270.23º 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 #9B58DD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 88 | 221 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.13 |
| HSL | 270.23º | 0.66% | 0.61% | - |
| HSV(B) | 270.23º | 0.6% | 0.87% | - |
| XYZ | 30.06 | 19.17 | 70.52 | - |
| YUV | 123.2 | 183.2 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 221 | 0.30 | 0.60 | 0 | 0.13 | 270.23 | 0.66 | 0.61 |
| Hex | 9B | 58 | DD | 1E | 3C | 0 | D | 10E | 42 | 3D |
| Octal | 233 | 130 | 335 | 36 | 74 | 0 | 15 | 416 | 102 | 75 |
| Binary | 10011011 | 1011000 | 11011101 | 11110 | 111100 | 0 | 1101 | 100001110 | 1000010 | 111101 |
Color Harmonies of #9B58DD
Complementary color
Monochromatic Colors of #9B58DD
Black with #9B58DD
Text Example
Text Example
White with #9B58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B58DD; }
p { color: rgb(155,88,221); }
H1.HeaderClassName
{
color: #9B58DD;
}
.AnyTagClassName
{
color: #9B58DD;
}
</style>
background-color css
<style>
a { background-color: #9B58DD; }
a { background-color: rgb(155,88,221); }
div.DivClassName
{
background-color: #9B58DD;
}
.BgClassName
{
background-color: #9B58DD;
}
</style>
border-color css
<style>
span { border-color: #9B58DD; }
span { border-color: rgb(155,88,221); }
td.TdClassName
{
border-color: #9B58DD;
}
.TagClassName
{
border-color: #9B58DD;
}
</style>