Shades of Amethyst #995ED8
Tints of Amethyst #995ED8
RGB
CMYK
RGB Variations
Color information
#995ED8 (or 0x995ED8) is known color: Amethyst. HEX triplet: 99, 5E and D8. RGB value is (153,94,216). Sum of RGB (Red+Green+Blue) = 153+94+216=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #995ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ED8 is #66A127. Grayscale: #7D7D7D. Windows color (decimal): -6725928 or 14179993. OLE color: 14179993.
HSL color Cylindrical-coordinate representation of color #995ED8: hue angle of 269.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995ED8 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 94 | 216 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.15 |
| HSL | 269.02º | 0.61% | 0.61% | - |
| HSV(B) | 269.02º | 0.56% | 0.85% | - |
| XYZ | 29.53 | 19.74 | 67.22 | - |
| YUV | 125.55 | 179.05 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 216 | 0.29 | 0.56 | 0 | 0.15 | 269.02 | 0.61 | 0.61 |
| Hex | 99 | 5E | D8 | 1D | 38 | 0 | F | 10D | 3D | 3D |
| Octal | 231 | 136 | 330 | 35 | 70 | 0 | 17 | 415 | 75 | 75 |
| Binary | 10011001 | 1011110 | 11011000 | 11101 | 111000 | 0 | 1111 | 100001101 | 111101 | 111101 |
Color Harmonies of #995ED8
Complementary color
Monochromatic Colors of #995ED8
Black with #995ED8
Text Example
Text Example
White with #995ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ED8; }
p { color: rgb(153,94,216); }
H1.HeaderClassName
{
color: #995ED8;
}
.AnyTagClassName
{
color: #995ED8;
}
</style>
background-color css
<style>
a { background-color: #995ED8; }
a { background-color: rgb(153,94,216); }
div.DivClassName
{
background-color: #995ED8;
}
.BgClassName
{
background-color: #995ED8;
}
</style>
border-color css
<style>
span { border-color: #995ED8; }
span { border-color: rgb(153,94,216); }
td.TdClassName
{
border-color: #995ED8;
}
.TagClassName
{
border-color: #995ED8;
}
</style>