Shades of Amethyst #9158CF
Tints of Amethyst #9158CF
RGB
CMYK
RGB Variations
Color information
#9158CF (or 0x9158CF) is known color: Amethyst. HEX triplet: 91, 58 and CF. RGB value is (145,88,207). Sum of RGB (Red+Green+Blue) = 145+88+207=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #9158CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9158CF is #6EA730. Grayscale: #767676. Windows color (decimal): -7251761 or 13588625. OLE color: 13588625.
HSL color Cylindrical-coordinate representation of color #9158CF: hue angle of 268.74º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9158CF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 88 | 207 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.19 |
| HSL | 268.74º | 0.55% | 0.58% | - |
| HSV(B) | 268.74º | 0.57% | 0.81% | - |
| XYZ | 26.43 | 17.5 | 61.02 | - |
| YUV | 118.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 207 | 0.30 | 0.57 | 0 | 0.19 | 268.74 | 0.55 | 0.58 |
| Hex | 91 | 58 | CF | 1E | 39 | 0 | 13 | 10D | 37 | 3A |
| Octal | 221 | 130 | 317 | 36 | 71 | 0 | 23 | 415 | 67 | 72 |
| Binary | 10010001 | 1011000 | 11001111 | 11110 | 111001 | 0 | 10011 | 100001101 | 110111 | 111010 |
Color Harmonies of #9158CF
Complementary color
Monochromatic Colors of #9158CF
Black with #9158CF
Text Example
Text Example
White with #9158CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9158CF; }
p { color: rgb(145,88,207); }
H1.HeaderClassName
{
color: #9158CF;
}
.AnyTagClassName
{
color: #9158CF;
}
</style>
background-color css
<style>
a { background-color: #9158CF; }
a { background-color: rgb(145,88,207); }
div.DivClassName
{
background-color: #9158CF;
}
.BgClassName
{
background-color: #9158CF;
}
</style>
border-color css
<style>
span { border-color: #9158CF; }
span { border-color: rgb(145,88,207); }
td.TdClassName
{
border-color: #9158CF;
}
.TagClassName
{
border-color: #9158CF;
}
</style>