Shades of Amethyst #995AD6
Tints of Amethyst #995AD6
RGB
CMYK
RGB Variations
Color information
#995AD6 (or 0x995AD6) is known color: Amethyst. HEX triplet: 99, 5A and D6. RGB value is (153,90,214). Sum of RGB (Red+Green+Blue) = 153+90+214=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #995AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AD6 is #66A529. Grayscale: #7A7A7A. Windows color (decimal): -6726954 or 14047897. OLE color: 14047897.
HSL color Cylindrical-coordinate representation of color #995AD6: hue angle of 270.48º degrees, saturation: 0.6, 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 #995AD6 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 90 | 214 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.16 |
| HSL | 270.48º | 0.6% | 0.6% | - |
| HSV(B) | 270.48º | 0.58% | 0.84% | - |
| XYZ | 28.93 | 18.94 | 65.75 | - |
| YUV | 122.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 214 | 0.29 | 0.58 | 0 | 0.16 | 270.48 | 0.6 | 0.6 |
| Hex | 99 | 5A | D6 | 1D | 3A | 0 | 10 | 10E | 3C | 3C |
| Octal | 231 | 132 | 326 | 35 | 72 | 0 | 20 | 416 | 74 | 74 |
| Binary | 10011001 | 1011010 | 11010110 | 11101 | 111010 | 0 | 10000 | 100001110 | 111100 | 111100 |
Color Harmonies of #995AD6
Complementary color
Monochromatic Colors of #995AD6
Black with #995AD6
Text Example
Text Example
White with #995AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AD6; }
p { color: rgb(153,90,214); }
H1.HeaderClassName
{
color: #995AD6;
}
.AnyTagClassName
{
color: #995AD6;
}
</style>
background-color css
<style>
a { background-color: #995AD6; }
a { background-color: rgb(153,90,214); }
div.DivClassName
{
background-color: #995AD6;
}
.BgClassName
{
background-color: #995AD6;
}
</style>
border-color css
<style>
span { border-color: #995AD6; }
span { border-color: rgb(153,90,214); }
td.TdClassName
{
border-color: #995AD6;
}
.TagClassName
{
border-color: #995AD6;
}
</style>