Shades of Amethyst #995ADE
Tints of Amethyst #995ADE
RGB
CMYK
RGB Variations
Color information
#995ADE (or 0x995ADE) is known color: Amethyst. HEX triplet: 99, 5A and DE. RGB value is (153,90,222). Sum of RGB (Red+Green+Blue) = 153+90+222=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #995ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ADE is #66A521. Grayscale: #7B7B7B. Windows color (decimal): -6726946 or 14572185. OLE color: 14572185.
HSL color Cylindrical-coordinate representation of color #995ADE: hue angle of 268.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #995ADE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 90 | 222 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.13 |
| HSL | 268.64º | 0.67% | 0.61% | - |
| HSV(B) | 268.64º | 0.59% | 0.87% | - |
| XYZ | 29.98 | 19.36 | 71.26 | - |
| YUV | 123.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 222 | 0.31 | 0.59 | 0 | 0.13 | 268.64 | 0.67 | 0.61 |
| Hex | 99 | 5A | DE | 1F | 3B | 0 | D | 10D | 43 | 3D |
| Octal | 231 | 132 | 336 | 37 | 73 | 0 | 15 | 415 | 103 | 75 |
| Binary | 10011001 | 1011010 | 11011110 | 11111 | 111011 | 0 | 1101 | 100001101 | 1000011 | 111101 |
Color Harmonies of #995ADE
Complementary color
Monochromatic Colors of #995ADE
Black with #995ADE
Text Example
Text Example
White with #995ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ADE; }
p { color: rgb(153,90,222); }
H1.HeaderClassName
{
color: #995ADE;
}
.AnyTagClassName
{
color: #995ADE;
}
</style>
background-color css
<style>
a { background-color: #995ADE; }
a { background-color: rgb(153,90,222); }
div.DivClassName
{
background-color: #995ADE;
}
.BgClassName
{
background-color: #995ADE;
}
</style>
border-color css
<style>
span { border-color: #995ADE; }
span { border-color: rgb(153,90,222); }
td.TdClassName
{
border-color: #995ADE;
}
.TagClassName
{
border-color: #995ADE;
}
</style>