Shades of Amethyst #9958E0
Tints of Amethyst #9958E0
RGB
CMYK
RGB Variations
Color information
#9958E0 (or 0x9958E0) is known color: Amethyst. HEX triplet: 99, 58 and E0. RGB value is (153,88,224). Sum of RGB (Red+Green+Blue) = 153+88+224=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #9958E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958E0 is #66A71F. Grayscale: #7A7A7A. Windows color (decimal): -6727456 or 14702745. OLE color: 14702745.
HSL color Cylindrical-coordinate representation of color #9958E0: hue angle of 268.68º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9958E0 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 88 | 224 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.12 |
| HSL | 268.68º | 0.69% | 0.61% | - |
| HSV(B) | 268.68º | 0.61% | 0.88% | - |
| XYZ | 30.08 | 19.13 | 72.63 | - |
| YUV | 122.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 224 | 0.32 | 0.61 | 0 | 0.12 | 268.68 | 0.69 | 0.61 |
| Hex | 99 | 58 | E0 | 20 | 3D | 0 | C | 10D | 45 | 3D |
| Octal | 231 | 130 | 340 | 40 | 75 | 0 | 14 | 415 | 105 | 75 |
| Binary | 10011001 | 1011000 | 11100000 | 100000 | 111101 | 0 | 1100 | 100001101 | 1000101 | 111101 |
Color Harmonies of #9958E0
Complementary color
Monochromatic Colors of #9958E0
Black with #9958E0
Text Example
Text Example
White with #9958E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958E0; }
p { color: rgb(153,88,224); }
H1.HeaderClassName
{
color: #9958E0;
}
.AnyTagClassName
{
color: #9958E0;
}
</style>
background-color css
<style>
a { background-color: #9958E0; }
a { background-color: rgb(153,88,224); }
div.DivClassName
{
background-color: #9958E0;
}
.BgClassName
{
background-color: #9958E0;
}
</style>
border-color css
<style>
span { border-color: #9958E0; }
span { border-color: rgb(153,88,224); }
td.TdClassName
{
border-color: #9958E0;
}
.TagClassName
{
border-color: #9958E0;
}
</style>