Shades of Amethyst #995FDE
Tints of Amethyst #995FDE
RGB
CMYK
RGB Variations
Color information
#995FDE (or 0x995FDE) is known color: Amethyst. HEX triplet: 99, 5F and DE. RGB value is (153,95,222). Sum of RGB (Red+Green+Blue) = 153+95+222=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #995FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FDE is #66A021. Grayscale: #7E7E7E. Windows color (decimal): -6725666 or 14573465. OLE color: 14573465.
HSL color Cylindrical-coordinate representation of color #995FDE: hue angle of 267.4º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995FDE is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 95 | 222 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.13 |
| HSL | 267.4º | 0.66% | 0.62% | - |
| HSV(B) | 267.4º | 0.57% | 0.87% | - |
| XYZ | 30.41 | 20.23 | 71.41 | - |
| YUV | 126.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 222 | 0.31 | 0.57 | 0 | 0.13 | 267.4 | 0.66 | 0.62 |
| Hex | 99 | 5F | DE | 1F | 39 | 0 | D | 10B | 42 | 3E |
| Octal | 231 | 137 | 336 | 37 | 71 | 0 | 15 | 413 | 102 | 76 |
| Binary | 10011001 | 1011111 | 11011110 | 11111 | 111001 | 0 | 1101 | 100001011 | 1000010 | 111110 |
Color Harmonies of #995FDE
Complementary color
Monochromatic Colors of #995FDE
Black with #995FDE
Text Example
Text Example
White with #995FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FDE; }
p { color: rgb(153,95,222); }
H1.HeaderClassName
{
color: #995FDE;
}
.AnyTagClassName
{
color: #995FDE;
}
</style>
background-color css
<style>
a { background-color: #995FDE; }
a { background-color: rgb(153,95,222); }
div.DivClassName
{
background-color: #995FDE;
}
.BgClassName
{
background-color: #995FDE;
}
</style>
border-color css
<style>
span { border-color: #995FDE; }
span { border-color: rgb(153,95,222); }
td.TdClassName
{
border-color: #995FDE;
}
.TagClassName
{
border-color: #995FDE;
}
</style>