Shades of Amethyst #995ED1
Tints of Amethyst #995ED1
RGB
CMYK
RGB Variations
Color information
#995ED1 (or 0x995ED1) is known color: Amethyst. HEX triplet: 99, 5E and D1. RGB value is (153,94,209). Sum of RGB (Red+Green+Blue) = 153+94+209=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #995ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ED1 is #66A12E. Grayscale: #7C7C7C. Windows color (decimal): -6725935 or 13721241. OLE color: 13721241.
HSL color Cylindrical-coordinate representation of color #995ED1: hue angle of 270.78º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995ED1 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 94 | 209 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.18 |
| HSL | 270.78º | 0.56% | 0.59% | - |
| HSV(B) | 270.78º | 0.55% | 0.82% | - |
| XYZ | 28.65 | 19.38 | 62.55 | - |
| YUV | 124.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 209 | 0.27 | 0.55 | 0 | 0.18 | 270.78 | 0.56 | 0.59 |
| Hex | 99 | 5E | D1 | 1B | 37 | 0 | 12 | 10F | 38 | 3B |
| Octal | 231 | 136 | 321 | 33 | 67 | 0 | 22 | 417 | 70 | 73 |
| Binary | 10011001 | 1011110 | 11010001 | 11011 | 110111 | 0 | 10010 | 100001111 | 111000 | 111011 |
Color Harmonies of #995ED1
Complementary color
Monochromatic Colors of #995ED1
Black with #995ED1
Text Example
Text Example
White with #995ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ED1; }
p { color: rgb(153,94,209); }
H1.HeaderClassName
{
color: #995ED1;
}
.AnyTagClassName
{
color: #995ED1;
}
</style>
background-color css
<style>
a { background-color: #995ED1; }
a { background-color: rgb(153,94,209); }
div.DivClassName
{
background-color: #995ED1;
}
.BgClassName
{
background-color: #995ED1;
}
</style>
border-color css
<style>
span { border-color: #995ED1; }
span { border-color: rgb(153,94,209); }
td.TdClassName
{
border-color: #995ED1;
}
.TagClassName
{
border-color: #995ED1;
}
</style>