Shades of Amethyst #995AD7
Tints of Amethyst #995AD7
RGB
CMYK
RGB Variations
Color information
#995AD7 (or 0x995AD7) is known color: Amethyst. HEX triplet: 99, 5A and D7. RGB value is (153,90,215). Sum of RGB (Red+Green+Blue) = 153+90+215=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #995AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AD7 is #66A528. Grayscale: #7A7A7A. Windows color (decimal): -6726953 or 14113433. OLE color: 14113433.
HSL color Cylindrical-coordinate representation of color #995AD7: hue angle of 270.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995AD7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 90 | 215 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.16 |
| HSL | 270.24º | 0.61% | 0.6% | - |
| HSV(B) | 270.24º | 0.58% | 0.84% | - |
| XYZ | 29.06 | 18.99 | 66.42 | - |
| YUV | 123.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 215 | 0.29 | 0.58 | 0 | 0.16 | 270.24 | 0.61 | 0.6 |
| Hex | 99 | 5A | D7 | 1D | 3A | 0 | 10 | 10E | 3D | 3C |
| Octal | 231 | 132 | 327 | 35 | 72 | 0 | 20 | 416 | 75 | 74 |
| Binary | 10011001 | 1011010 | 11010111 | 11101 | 111010 | 0 | 10000 | 100001110 | 111101 | 111100 |
Color Harmonies of #995AD7
Complementary color
Monochromatic Colors of #995AD7
Black with #995AD7
Text Example
Text Example
White with #995AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AD7; }
p { color: rgb(153,90,215); }
H1.HeaderClassName
{
color: #995AD7;
}
.AnyTagClassName
{
color: #995AD7;
}
</style>
background-color css
<style>
a { background-color: #995AD7; }
a { background-color: rgb(153,90,215); }
div.DivClassName
{
background-color: #995AD7;
}
.BgClassName
{
background-color: #995AD7;
}
</style>
border-color css
<style>
span { border-color: #995AD7; }
span { border-color: rgb(153,90,215); }
td.TdClassName
{
border-color: #995AD7;
}
.TagClassName
{
border-color: #995AD7;
}
</style>