Shades of Amethyst #995BD7
Tints of Amethyst #995BD7
RGB
CMYK
RGB Variations
Color information
#995BD7 (or 0x995BD7) is known color: Amethyst. HEX triplet: 99, 5B and D7. RGB value is (153,91,215). Sum of RGB (Red+Green+Blue) = 153+91+215=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #995BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BD7 is #66A428. Grayscale: #7B7B7B. Windows color (decimal): -6726697 or 14113689. OLE color: 14113689.
HSL color Cylindrical-coordinate representation of color #995BD7: hue angle of 270º 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 #995BD7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 91 | 215 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.16 |
| HSL | 270º | 0.61% | 0.6% | - |
| HSV(B) | 270º | 0.58% | 0.84% | - |
| XYZ | 29.14 | 19.16 | 66.45 | - |
| YUV | 123.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 215 | 0.29 | 0.58 | 0 | 0.16 | 270 | 0.61 | 0.6 |
| Hex | 99 | 5B | D7 | 1D | 3A | 0 | 10 | 10E | 3D | 3C |
| Octal | 231 | 133 | 327 | 35 | 72 | 0 | 20 | 416 | 75 | 74 |
| Binary | 10011001 | 1011011 | 11010111 | 11101 | 111010 | 0 | 10000 | 100001110 | 111101 | 111100 |
Color Harmonies of #995BD7
Complementary color
Monochromatic Colors of #995BD7
Black with #995BD7
Text Example
Text Example
White with #995BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BD7; }
p { color: rgb(153,91,215); }
H1.HeaderClassName
{
color: #995BD7;
}
.AnyTagClassName
{
color: #995BD7;
}
</style>
background-color css
<style>
a { background-color: #995BD7; }
a { background-color: rgb(153,91,215); }
div.DivClassName
{
background-color: #995BD7;
}
.BgClassName
{
background-color: #995BD7;
}
</style>
border-color css
<style>
span { border-color: #995BD7; }
span { border-color: rgb(153,91,215); }
td.TdClassName
{
border-color: #995BD7;
}
.TagClassName
{
border-color: #995BD7;
}
</style>