Shades of Amethyst #9B58CB
Tints of Amethyst #9B58CB
RGB
CMYK
RGB Variations
Color information
#9B58CB (or 0x9B58CB) is known color: Amethyst. HEX triplet: 9B, 58 and CB. RGB value is (155,88,203). Sum of RGB (Red+Green+Blue) = 155+88+203=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58CB is #64A734. Grayscale: #787878. Windows color (decimal): -6596405 or 13326491. OLE color: 13326491.
HSL color Cylindrical-coordinate representation of color #9B58CB: hue angle of 274.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B58CB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 88 | 203 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.20 |
| HSL | 274.96º | 0.53% | 0.57% | - |
| HSV(B) | 274.96º | 0.57% | 0.8% | - |
| XYZ | 27.79 | 18.26 | 58.56 | - |
| YUV | 121.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 203 | 0.24 | 0.57 | 0 | 0.20 | 274.96 | 0.53 | 0.57 |
| Hex | 9B | 58 | CB | 18 | 39 | 0 | 14 | 113 | 35 | 39 |
| Octal | 233 | 130 | 313 | 30 | 71 | 0 | 24 | 423 | 65 | 71 |
| Binary | 10011011 | 1011000 | 11001011 | 11000 | 111001 | 0 | 10100 | 100010011 | 110101 | 111001 |
Color Harmonies of #9B58CB
Complementary color
Monochromatic Colors of #9B58CB
Black with #9B58CB
Text Example
Text Example
White with #9B58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B58CB; }
p { color: rgb(155,88,203); }
H1.HeaderClassName
{
color: #9B58CB;
}
.AnyTagClassName
{
color: #9B58CB;
}
</style>
background-color css
<style>
a { background-color: #9B58CB; }
a { background-color: rgb(155,88,203); }
div.DivClassName
{
background-color: #9B58CB;
}
.BgClassName
{
background-color: #9B58CB;
}
</style>
border-color css
<style>
span { border-color: #9B58CB; }
span { border-color: rgb(155,88,203); }
td.TdClassName
{
border-color: #9B58CB;
}
.TagClassName
{
border-color: #9B58CB;
}
</style>