Shades of Amethyst #9058CF
Tints of Amethyst #9058CF
RGB
CMYK
RGB Variations
Color information
#9058CF (or 0x9058CF) is known color: Amethyst. HEX triplet: 90, 58 and CF. RGB value is (144,88,207). Sum of RGB (Red+Green+Blue) = 144+88+207=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #9058CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058CF is #6FA730. Grayscale: #757575. Windows color (decimal): -7317297 or 13588624. OLE color: 13588624.
HSL color Cylindrical-coordinate representation of color #9058CF: hue angle of 268.24º 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 #9058CF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 88 | 207 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.19 |
| HSL | 268.24º | 0.55% | 0.58% | - |
| HSV(B) | 268.24º | 0.57% | 0.81% | - |
| XYZ | 26.25 | 17.41 | 61.01 | - |
| YUV | 118.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 207 | 0.30 | 0.57 | 0 | 0.19 | 268.24 | 0.55 | 0.58 |
| Hex | 90 | 58 | CF | 1E | 39 | 0 | 13 | 10C | 37 | 3A |
| Octal | 220 | 130 | 317 | 36 | 71 | 0 | 23 | 414 | 67 | 72 |
| Binary | 10010000 | 1011000 | 11001111 | 11110 | 111001 | 0 | 10011 | 100001100 | 110111 | 111010 |
Color Harmonies of #9058CF
Complementary color
Monochromatic Colors of #9058CF
Black with #9058CF
Text Example
Text Example
White with #9058CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9058CF; }
p { color: rgb(144,88,207); }
H1.HeaderClassName
{
color: #9058CF;
}
.AnyTagClassName
{
color: #9058CF;
}
</style>
background-color css
<style>
a { background-color: #9058CF; }
a { background-color: rgb(144,88,207); }
div.DivClassName
{
background-color: #9058CF;
}
.BgClassName
{
background-color: #9058CF;
}
</style>
border-color css
<style>
span { border-color: #9058CF; }
span { border-color: rgb(144,88,207); }
td.TdClassName
{
border-color: #9058CF;
}
.TagClassName
{
border-color: #9058CF;
}
</style>