Shades of Amethyst #995FDF
Tints of Amethyst #995FDF
RGB
CMYK
RGB Variations
Color information
#995FDF (or 0x995FDF) is known color: Amethyst. HEX triplet: 99, 5F and DF. RGB value is (153,95,223). Sum of RGB (Red+Green+Blue) = 153+95+223=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #995FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FDF is #66A020. Grayscale: #7E7E7E. Windows color (decimal): -6725665 or 14639001. OLE color: 14639001.
HSL color Cylindrical-coordinate representation of color #995FDF: hue angle of 267.19º degrees, saturation: 0.67, 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 #995FDF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 95 | 223 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.13 |
| HSL | 267.19º | 0.67% | 0.62% | - |
| HSV(B) | 267.19º | 0.57% | 0.87% | - |
| XYZ | 30.55 | 20.28 | 72.12 | - |
| YUV | 126.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 223 | 0.31 | 0.57 | 0 | 0.13 | 267.19 | 0.67 | 0.62 |
| Hex | 99 | 5F | DF | 1F | 39 | 0 | D | 10B | 43 | 3E |
| Octal | 231 | 137 | 337 | 37 | 71 | 0 | 15 | 413 | 103 | 76 |
| Binary | 10011001 | 1011111 | 11011111 | 11111 | 111001 | 0 | 1101 | 100001011 | 1000011 | 111110 |
Color Harmonies of #995FDF
Complementary color
Monochromatic Colors of #995FDF
Black with #995FDF
Text Example
Text Example
White with #995FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FDF; }
p { color: rgb(153,95,223); }
H1.HeaderClassName
{
color: #995FDF;
}
.AnyTagClassName
{
color: #995FDF;
}
</style>
background-color css
<style>
a { background-color: #995FDF; }
a { background-color: rgb(153,95,223); }
div.DivClassName
{
background-color: #995FDF;
}
.BgClassName
{
background-color: #995FDF;
}
</style>
border-color css
<style>
span { border-color: #995FDF; }
span { border-color: rgb(153,95,223); }
td.TdClassName
{
border-color: #995FDF;
}
.TagClassName
{
border-color: #995FDF;
}
</style>