Shades of Amethyst #9B58DC
Tints of Amethyst #9B58DC
RGB
CMYK
RGB Variations
Color information
#9B58DC (or 0x9B58DC) is known color: Amethyst. HEX triplet: 9B, 58 and DC. RGB value is (155,88,220). Sum of RGB (Red+Green+Blue) = 155+88+220=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58DC is #64A723. Grayscale: #7A7A7A. Windows color (decimal): -6596388 or 14440603. OLE color: 14440603.
HSL color Cylindrical-coordinate representation of color #9B58DC: hue angle of 270.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B58DC is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 88 | 220 | - |
| CMYK | 0.30 | 0.6 | 0 | 0.14 |
| HSL | 270.45º | 0.65% | 0.6% | - |
| HSV(B) | 270.45º | 0.6% | 0.86% | - |
| XYZ | 29.93 | 19.12 | 69.82 | - |
| YUV | 123.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 220 | 0.30 | 0.6 | 0 | 0.14 | 270.45 | 0.65 | 0.6 |
| Hex | 9B | 58 | DC | 1E | 3C | 0 | E | 10E | 41 | 3C |
| Octal | 233 | 130 | 334 | 36 | 74 | 0 | 16 | 416 | 101 | 74 |
| Binary | 10011011 | 1011000 | 11011100 | 11110 | 111100 | 0 | 1110 | 100001110 | 1000001 | 111100 |
Color Harmonies of #9B58DC
Complementary color
Monochromatic Colors of #9B58DC
Black with #9B58DC
Text Example
Text Example
White with #9B58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B58DC; }
p { color: rgb(155,88,220); }
H1.HeaderClassName
{
color: #9B58DC;
}
.AnyTagClassName
{
color: #9B58DC;
}
</style>
background-color css
<style>
a { background-color: #9B58DC; }
a { background-color: rgb(155,88,220); }
div.DivClassName
{
background-color: #9B58DC;
}
.BgClassName
{
background-color: #9B58DC;
}
</style>
border-color css
<style>
span { border-color: #9B58DC; }
span { border-color: rgb(155,88,220); }
td.TdClassName
{
border-color: #9B58DC;
}
.TagClassName
{
border-color: #9B58DC;
}
</style>