Shades of Amethyst #9158CB
Tints of Amethyst #9158CB
RGB
CMYK
RGB Variations
Color information
#9158CB (or 0x9158CB) is known color: Amethyst. HEX triplet: 91, 58 and CB. RGB value is (145,88,203). Sum of RGB (Red+Green+Blue) = 145+88+203=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9158CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9158CB is #6EA734. Grayscale: #757575. Windows color (decimal): -7251765 or 13326481. OLE color: 13326481.
HSL color Cylindrical-coordinate representation of color #9158CB: hue angle of 269.74º 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 #9158CB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 88 | 203 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.20 |
| HSL | 269.74º | 0.53% | 0.57% | - |
| HSV(B) | 269.74º | 0.57% | 0.8% | - |
| XYZ | 25.95 | 17.31 | 58.47 | - |
| YUV | 118.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 203 | 0.29 | 0.57 | 0 | 0.20 | 269.74 | 0.53 | 0.57 |
| Hex | 91 | 58 | CB | 1D | 39 | 0 | 14 | 10E | 35 | 39 |
| Octal | 221 | 130 | 313 | 35 | 71 | 0 | 24 | 416 | 65 | 71 |
| Binary | 10010001 | 1011000 | 11001011 | 11101 | 111001 | 0 | 10100 | 100001110 | 110101 | 111001 |
Color Harmonies of #9158CB
Complementary color
Monochromatic Colors of #9158CB
Black with #9158CB
Text Example
Text Example
White with #9158CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9158CB; }
p { color: rgb(145,88,203); }
H1.HeaderClassName
{
color: #9158CB;
}
.AnyTagClassName
{
color: #9158CB;
}
</style>
background-color css
<style>
a { background-color: #9158CB; }
a { background-color: rgb(145,88,203); }
div.DivClassName
{
background-color: #9158CB;
}
.BgClassName
{
background-color: #9158CB;
}
</style>
border-color css
<style>
span { border-color: #9158CB; }
span { border-color: rgb(145,88,203); }
td.TdClassName
{
border-color: #9158CB;
}
.TagClassName
{
border-color: #9158CB;
}
</style>