Shades of Amethyst #995BD4
Tints of Amethyst #995BD4
RGB
CMYK
RGB Variations
Color information
#995BD4 (or 0x995BD4) is known color: Amethyst. HEX triplet: 99, 5B and D4. RGB value is (153,91,212). Sum of RGB (Red+Green+Blue) = 153+91+212=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #995BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BD4 is #66A42B. Grayscale: #7A7A7A. Windows color (decimal): -6726700 or 13917081. OLE color: 13917081.
HSL color Cylindrical-coordinate representation of color #995BD4: hue angle of 270.74º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995BD4 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 91 | 212 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.17 |
| HSL | 270.74º | 0.58% | 0.59% | - |
| HSV(B) | 270.74º | 0.57% | 0.83% | - |
| XYZ | 28.76 | 19.01 | 64.44 | - |
| YUV | 123.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 212 | 0.28 | 0.57 | 0 | 0.17 | 270.74 | 0.58 | 0.59 |
| Hex | 99 | 5B | D4 | 1C | 39 | 0 | 11 | 10F | 3A | 3B |
| Octal | 231 | 133 | 324 | 34 | 71 | 0 | 21 | 417 | 72 | 73 |
| Binary | 10011001 | 1011011 | 11010100 | 11100 | 111001 | 0 | 10001 | 100001111 | 111010 | 111011 |
Color Harmonies of #995BD4
Complementary color
Monochromatic Colors of #995BD4
Black with #995BD4
Text Example
Text Example
White with #995BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BD4; }
p { color: rgb(153,91,212); }
H1.HeaderClassName
{
color: #995BD4;
}
.AnyTagClassName
{
color: #995BD4;
}
</style>
background-color css
<style>
a { background-color: #995BD4; }
a { background-color: rgb(153,91,212); }
div.DivClassName
{
background-color: #995BD4;
}
.BgClassName
{
background-color: #995BD4;
}
</style>
border-color css
<style>
span { border-color: #995BD4; }
span { border-color: rgb(153,91,212); }
td.TdClassName
{
border-color: #995BD4;
}
.TagClassName
{
border-color: #995BD4;
}
</style>