Shades of Amethyst #995DCE
Tints of Amethyst #995DCE
RGB
CMYK
RGB Variations
Color information
#995DCE (or 0x995DCE) is known color: Amethyst. HEX triplet: 99, 5D and CE. RGB value is (153,93,206). Sum of RGB (Red+Green+Blue) = 153+93+206=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #995DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DCE is #66A231. Grayscale: #7B7B7B. Windows color (decimal): -6726194 or 13524377. OLE color: 13524377.
HSL color Cylindrical-coordinate representation of color #995DCE: hue angle of 271.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995DCE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 93 | 206 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.19 |
| HSL | 271.86º | 0.54% | 0.59% | - |
| HSV(B) | 271.86º | 0.55% | 0.81% | - |
| XYZ | 28.19 | 19.06 | 60.59 | - |
| YUV | 123.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 206 | 0.26 | 0.55 | 0 | 0.19 | 271.86 | 0.54 | 0.59 |
| Hex | 99 | 5D | CE | 1A | 37 | 0 | 13 | 110 | 36 | 3B |
| Octal | 231 | 135 | 316 | 32 | 67 | 0 | 23 | 420 | 66 | 73 |
| Binary | 10011001 | 1011101 | 11001110 | 11010 | 110111 | 0 | 10011 | 100010000 | 110110 | 111011 |
Color Harmonies of #995DCE
Complementary color
Monochromatic Colors of #995DCE
Black with #995DCE
Text Example
Text Example
White with #995DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DCE; }
p { color: rgb(153,93,206); }
H1.HeaderClassName
{
color: #995DCE;
}
.AnyTagClassName
{
color: #995DCE;
}
</style>
background-color css
<style>
a { background-color: #995DCE; }
a { background-color: rgb(153,93,206); }
div.DivClassName
{
background-color: #995DCE;
}
.BgClassName
{
background-color: #995DCE;
}
</style>
border-color css
<style>
span { border-color: #995DCE; }
span { border-color: rgb(153,93,206); }
td.TdClassName
{
border-color: #995DCE;
}
.TagClassName
{
border-color: #995DCE;
}
</style>