Shades of Amethyst #995BD6
Tints of Amethyst #995BD6
RGB
CMYK
RGB Variations
Color information
#995BD6 (or 0x995BD6) is known color: Amethyst. HEX triplet: 99, 5B and D6. RGB value is (153,91,214). Sum of RGB (Red+Green+Blue) = 153+91+214=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #995BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BD6 is #66A429. Grayscale: #7B7B7B. Windows color (decimal): -6726698 or 14048153. OLE color: 14048153.
HSL color Cylindrical-coordinate representation of color #995BD6: hue angle of 270.24º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995BD6 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 91 | 214 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.16 |
| HSL | 270.24º | 0.6% | 0.6% | - |
| HSV(B) | 270.24º | 0.57% | 0.84% | - |
| XYZ | 29.02 | 19.11 | 65.78 | - |
| YUV | 123.56 | 179.04 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 214 | 0.29 | 0.57 | 0 | 0.16 | 270.24 | 0.6 | 0.6 |
| Hex | 99 | 5B | D6 | 1D | 39 | 0 | 10 | 10E | 3C | 3C |
| Octal | 231 | 133 | 326 | 35 | 71 | 0 | 20 | 416 | 74 | 74 |
| Binary | 10011001 | 1011011 | 11010110 | 11101 | 111001 | 0 | 10000 | 100001110 | 111100 | 111100 |
Color Harmonies of #995BD6
Complementary color
Monochromatic Colors of #995BD6
Black with #995BD6
Text Example
Text Example
White with #995BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BD6; }
p { color: rgb(153,91,214); }
H1.HeaderClassName
{
color: #995BD6;
}
.AnyTagClassName
{
color: #995BD6;
}
</style>
background-color css
<style>
a { background-color: #995BD6; }
a { background-color: rgb(153,91,214); }
div.DivClassName
{
background-color: #995BD6;
}
.BgClassName
{
background-color: #995BD6;
}
</style>
border-color css
<style>
span { border-color: #995BD6; }
span { border-color: rgb(153,91,214); }
td.TdClassName
{
border-color: #995BD6;
}
.TagClassName
{
border-color: #995BD6;
}
</style>