Shades of Amethyst #995ADD
Tints of Amethyst #995ADD
RGB
CMYK
RGB Variations
Color information
#995ADD (or 0x995ADD) is known color: Amethyst. HEX triplet: 99, 5A and DD. RGB value is (153,90,221). Sum of RGB (Red+Green+Blue) = 153+90+221=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #995ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ADD is #66A522. Grayscale: #7B7B7B. Windows color (decimal): -6726947 or 14506649. OLE color: 14506649.
HSL color Cylindrical-coordinate representation of color #995ADD: hue angle of 268.85º degrees, saturation: 0.66, 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 #995ADD is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 90 | 221 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.13 |
| HSL | 268.85º | 0.66% | 0.61% | - |
| HSV(B) | 268.85º | 0.59% | 0.87% | - |
| XYZ | 29.84 | 19.31 | 70.56 | - |
| YUV | 123.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 221 | 0.31 | 0.59 | 0 | 0.13 | 268.85 | 0.66 | 0.61 |
| Hex | 99 | 5A | DD | 1F | 3B | 0 | D | 10D | 42 | 3D |
| Octal | 231 | 132 | 335 | 37 | 73 | 0 | 15 | 415 | 102 | 75 |
| Binary | 10011001 | 1011010 | 11011101 | 11111 | 111011 | 0 | 1101 | 100001101 | 1000010 | 111101 |
Color Harmonies of #995ADD
Complementary color
Monochromatic Colors of #995ADD
Black with #995ADD
Text Example
Text Example
White with #995ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ADD; }
p { color: rgb(153,90,221); }
H1.HeaderClassName
{
color: #995ADD;
}
.AnyTagClassName
{
color: #995ADD;
}
</style>
background-color css
<style>
a { background-color: #995ADD; }
a { background-color: rgb(153,90,221); }
div.DivClassName
{
background-color: #995ADD;
}
.BgClassName
{
background-color: #995ADD;
}
</style>
border-color css
<style>
span { border-color: #995ADD; }
span { border-color: rgb(153,90,221); }
td.TdClassName
{
border-color: #995ADD;
}
.TagClassName
{
border-color: #995ADD;
}
</style>