Shades of Amethyst #9958DD
Tints of Amethyst #9958DD
RGB
CMYK
RGB Variations
Color information
#9958DD (or 0x9958DD) is known color: Amethyst. HEX triplet: 99, 58 and DD. RGB value is (153,88,221). Sum of RGB (Red+Green+Blue) = 153+88+221=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #9958DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958DD is #66A722. Grayscale: #7A7A7A. Windows color (decimal): -6727459 or 14506137. OLE color: 14506137.
HSL color Cylindrical-coordinate representation of color #9958DD: hue angle of 269.32º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9958DD is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 88 | 221 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.13 |
| HSL | 269.32º | 0.66% | 0.61% | - |
| HSV(B) | 269.32º | 0.6% | 0.87% | - |
| XYZ | 29.68 | 18.97 | 70.5 | - |
| YUV | 122.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 221 | 0.31 | 0.60 | 0 | 0.13 | 269.32 | 0.66 | 0.61 |
| Hex | 99 | 58 | DD | 1F | 3C | 0 | D | 10D | 42 | 3D |
| Octal | 231 | 130 | 335 | 37 | 74 | 0 | 15 | 415 | 102 | 75 |
| Binary | 10011001 | 1011000 | 11011101 | 11111 | 111100 | 0 | 1101 | 100001101 | 1000010 | 111101 |
Color Harmonies of #9958DD
Complementary color
Monochromatic Colors of #9958DD
Black with #9958DD
Text Example
Text Example
White with #9958DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958DD; }
p { color: rgb(153,88,221); }
H1.HeaderClassName
{
color: #9958DD;
}
.AnyTagClassName
{
color: #9958DD;
}
</style>
background-color css
<style>
a { background-color: #9958DD; }
a { background-color: rgb(153,88,221); }
div.DivClassName
{
background-color: #9958DD;
}
.BgClassName
{
background-color: #9958DD;
}
</style>
border-color css
<style>
span { border-color: #9958DD; }
span { border-color: rgb(153,88,221); }
td.TdClassName
{
border-color: #9958DD;
}
.TagClassName
{
border-color: #9958DD;
}
</style>