Shades of Amethyst #9959DC
Tints of Amethyst #9959DC
RGB
CMYK
RGB Variations
Color information
#9959DC (or 0x9959DC) is known color: Amethyst. HEX triplet: 99, 59 and DC. RGB value is (153,89,220). Sum of RGB (Red+Green+Blue) = 153+89+220=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #9959DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959DC is #66A623. Grayscale: #7A7A7A. Windows color (decimal): -6727204 or 14440857. OLE color: 14440857.
HSL color Cylindrical-coordinate representation of color #9959DC: hue angle of 269.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9959DC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 89 | 220 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.14 |
| HSL | 269.31º | 0.65% | 0.61% | - |
| HSV(B) | 269.31º | 0.6% | 0.86% | - |
| XYZ | 29.63 | 19.08 | 69.83 | - |
| YUV | 123.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 220 | 0.30 | 0.60 | 0 | 0.14 | 269.31 | 0.65 | 0.61 |
| Hex | 99 | 59 | DC | 1E | 3C | 0 | E | 10D | 41 | 3D |
| Octal | 231 | 131 | 334 | 36 | 74 | 0 | 16 | 415 | 101 | 75 |
| Binary | 10011001 | 1011001 | 11011100 | 11110 | 111100 | 0 | 1110 | 100001101 | 1000001 | 111101 |
Color Harmonies of #9959DC
Complementary color
Monochromatic Colors of #9959DC
Black with #9959DC
Text Example
Text Example
White with #9959DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959DC; }
p { color: rgb(153,89,220); }
H1.HeaderClassName
{
color: #9959DC;
}
.AnyTagClassName
{
color: #9959DC;
}
</style>
background-color css
<style>
a { background-color: #9959DC; }
a { background-color: rgb(153,89,220); }
div.DivClassName
{
background-color: #9959DC;
}
.BgClassName
{
background-color: #9959DC;
}
</style>
border-color css
<style>
span { border-color: #9959DC; }
span { border-color: rgb(153,89,220); }
td.TdClassName
{
border-color: #9959DC;
}
.TagClassName
{
border-color: #9959DC;
}
</style>