Shades of Amethyst #995EDF
Tints of Amethyst #995EDF
RGB
CMYK
RGB Variations
Color information
#995EDF (or 0x995EDF) is known color: Amethyst. HEX triplet: 99, 5E and DF. RGB value is (153,94,223). Sum of RGB (Red+Green+Blue) = 153+94+223=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #995EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EDF is #66A120. Grayscale: #7D7D7D. Windows color (decimal): -6725921 or 14638745. OLE color: 14638745.
HSL color Cylindrical-coordinate representation of color #995EDF: hue angle of 267.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995EDF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 94 | 223 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.13 |
| HSL | 267.44º | 0.67% | 0.62% | - |
| HSV(B) | 267.44º | 0.58% | 0.87% | - |
| XYZ | 30.46 | 20.11 | 72.09 | - |
| YUV | 126.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 223 | 0.31 | 0.58 | 0 | 0.13 | 267.44 | 0.67 | 0.62 |
| Hex | 99 | 5E | DF | 1F | 3A | 0 | D | 10B | 43 | 3E |
| Octal | 231 | 136 | 337 | 37 | 72 | 0 | 15 | 413 | 103 | 76 |
| Binary | 10011001 | 1011110 | 11011111 | 11111 | 111010 | 0 | 1101 | 100001011 | 1000011 | 111110 |
Color Harmonies of #995EDF
Complementary color
Monochromatic Colors of #995EDF
Black with #995EDF
Text Example
Text Example
White with #995EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EDF; }
p { color: rgb(153,94,223); }
H1.HeaderClassName
{
color: #995EDF;
}
.AnyTagClassName
{
color: #995EDF;
}
</style>
background-color css
<style>
a { background-color: #995EDF; }
a { background-color: rgb(153,94,223); }
div.DivClassName
{
background-color: #995EDF;
}
.BgClassName
{
background-color: #995EDF;
}
</style>
border-color css
<style>
span { border-color: #995EDF; }
span { border-color: rgb(153,94,223); }
td.TdClassName
{
border-color: #995EDF;
}
.TagClassName
{
border-color: #995EDF;
}
</style>