Shades of Amethyst #9F58DC
Tints of Amethyst #9F58DC
RGB
CMYK
RGB Variations
Color information
#9F58DC (or 0x9F58DC) is known color: Amethyst. HEX triplet: 9F, 58 and DC. RGB value is (159,88,220). Sum of RGB (Red+Green+Blue) = 159+88+220=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58DC is #60A723. Grayscale: #7B7B7B. Windows color (decimal): -6334244 or 14440607. OLE color: 14440607.
HSL color Cylindrical-coordinate representation of color #9F58DC: hue angle of 272.27º 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 #9F58DC is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 88 | 220 | - |
| CMYK | 0.28 | 0.6 | 0 | 0.14 |
| HSL | 272.27º | 0.65% | 0.6% | - |
| HSV(B) | 272.27º | 0.6% | 0.86% | - |
| XYZ | 30.71 | 19.52 | 69.86 | - |
| YUV | 124.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 220 | 0.28 | 0.6 | 0 | 0.14 | 272.27 | 0.65 | 0.6 |
| Hex | 9F | 58 | DC | 1C | 3C | 0 | E | 110 | 41 | 3C |
| Octal | 237 | 130 | 334 | 34 | 74 | 0 | 16 | 420 | 101 | 74 |
| Binary | 10011111 | 1011000 | 11011100 | 11100 | 111100 | 0 | 1110 | 100010000 | 1000001 | 111100 |
Color Harmonies of #9F58DC
Complementary color
Monochromatic Colors of #9F58DC
Black with #9F58DC
Text Example
Text Example
White with #9F58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58DC; }
p { color: rgb(159,88,220); }
H1.HeaderClassName
{
color: #9F58DC;
}
.AnyTagClassName
{
color: #9F58DC;
}
</style>
background-color css
<style>
a { background-color: #9F58DC; }
a { background-color: rgb(159,88,220); }
div.DivClassName
{
background-color: #9F58DC;
}
.BgClassName
{
background-color: #9F58DC;
}
</style>
border-color css
<style>
span { border-color: #9F58DC; }
span { border-color: rgb(159,88,220); }
td.TdClassName
{
border-color: #9F58DC;
}
.TagClassName
{
border-color: #9F58DC;
}
</style>