Shades of Amethyst #9958DF
Tints of Amethyst #9958DF
RGB
CMYK
RGB Variations
Color information
#9958DF (or 0x9958DF) is known color: Amethyst. HEX triplet: 99, 58 and DF. RGB value is (153,88,223). Sum of RGB (Red+Green+Blue) = 153+88+223=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #9958DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958DF is #66A720. Grayscale: #7A7A7A. Windows color (decimal): -6727457 or 14637209. OLE color: 14637209.
HSL color Cylindrical-coordinate representation of color #9958DF: hue angle of 268.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9958DF is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 88 | 223 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.13 |
| HSL | 268.89º | 0.68% | 0.61% | - |
| HSV(B) | 268.89º | 0.61% | 0.87% | - |
| XYZ | 29.95 | 19.08 | 71.92 | - |
| YUV | 122.83 | 184.53 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 223 | 0.31 | 0.61 | 0 | 0.13 | 268.89 | 0.68 | 0.61 |
| Hex | 99 | 58 | DF | 1F | 3D | 0 | D | 10D | 44 | 3D |
| Octal | 231 | 130 | 337 | 37 | 75 | 0 | 15 | 415 | 104 | 75 |
| Binary | 10011001 | 1011000 | 11011111 | 11111 | 111101 | 0 | 1101 | 100001101 | 1000100 | 111101 |
Color Harmonies of #9958DF
Complementary color
Monochromatic Colors of #9958DF
Black with #9958DF
Text Example
Text Example
White with #9958DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958DF; }
p { color: rgb(153,88,223); }
H1.HeaderClassName
{
color: #9958DF;
}
.AnyTagClassName
{
color: #9958DF;
}
</style>
background-color css
<style>
a { background-color: #9958DF; }
a { background-color: rgb(153,88,223); }
div.DivClassName
{
background-color: #9958DF;
}
.BgClassName
{
background-color: #9958DF;
}
</style>
border-color css
<style>
span { border-color: #9958DF; }
span { border-color: rgb(153,88,223); }
td.TdClassName
{
border-color: #9958DF;
}
.TagClassName
{
border-color: #9958DF;
}
</style>