Shades of Amethyst #995DCF
Tints of Amethyst #995DCF
RGB
CMYK
RGB Variations
Color information
#995DCF (or 0x995DCF) is known color: Amethyst. HEX triplet: 99, 5D and CF. RGB value is (153,93,207). Sum of RGB (Red+Green+Blue) = 153+93+207=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #995DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DCF is #66A230. Grayscale: #7B7B7B. Windows color (decimal): -6726193 or 13589913. OLE color: 13589913.
HSL color Cylindrical-coordinate representation of color #995DCF: hue angle of 271.58º 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 #995DCF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 93 | 207 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.19 |
| HSL | 271.58º | 0.54% | 0.59% | - |
| HSV(B) | 271.58º | 0.55% | 0.81% | - |
| XYZ | 28.31 | 19.11 | 61.23 | - |
| YUV | 123.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 207 | 0.26 | 0.55 | 0 | 0.19 | 271.58 | 0.54 | 0.59 |
| Hex | 99 | 5D | CF | 1A | 37 | 0 | 13 | 110 | 36 | 3B |
| Octal | 231 | 135 | 317 | 32 | 67 | 0 | 23 | 420 | 66 | 73 |
| Binary | 10011001 | 1011101 | 11001111 | 11010 | 110111 | 0 | 10011 | 100010000 | 110110 | 111011 |
Color Harmonies of #995DCF
Complementary color
Monochromatic Colors of #995DCF
Black with #995DCF
Text Example
Text Example
White with #995DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DCF; }
p { color: rgb(153,93,207); }
H1.HeaderClassName
{
color: #995DCF;
}
.AnyTagClassName
{
color: #995DCF;
}
</style>
background-color css
<style>
a { background-color: #995DCF; }
a { background-color: rgb(153,93,207); }
div.DivClassName
{
background-color: #995DCF;
}
.BgClassName
{
background-color: #995DCF;
}
</style>
border-color css
<style>
span { border-color: #995DCF; }
span { border-color: rgb(153,93,207); }
td.TdClassName
{
border-color: #995DCF;
}
.TagClassName
{
border-color: #995DCF;
}
</style>