Shades of Amethyst #915DCD
Tints of Amethyst #915DCD
RGB
CMYK
RGB Variations
Color information
#915DCD (or 0x915DCD) is known color: Amethyst. HEX triplet: 91, 5D and CD. RGB value is (145,93,205). Sum of RGB (Red+Green+Blue) = 145+93+205=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #915DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DCD is #6EA232. Grayscale: #787878. Windows color (decimal): -7250483 or 13458833. OLE color: 13458833.
HSL color Cylindrical-coordinate representation of color #915DCD: hue angle of 267.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915DCD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 93 | 205 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.20 |
| HSL | 267.86º | 0.53% | 0.58% | - |
| HSV(B) | 267.86º | 0.55% | 0.8% | - |
| XYZ | 26.61 | 18.26 | 59.88 | - |
| YUV | 121.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 205 | 0.29 | 0.55 | 0 | 0.20 | 267.86 | 0.53 | 0.58 |
| Hex | 91 | 5D | CD | 1D | 37 | 0 | 14 | 10C | 35 | 3A |
| Octal | 221 | 135 | 315 | 35 | 67 | 0 | 24 | 414 | 65 | 72 |
| Binary | 10010001 | 1011101 | 11001101 | 11101 | 110111 | 0 | 10100 | 100001100 | 110101 | 111010 |
Color Harmonies of #915DCD
Complementary color
Monochromatic Colors of #915DCD
Black with #915DCD
Text Example
Text Example
White with #915DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DCD; }
p { color: rgb(145,93,205); }
H1.HeaderClassName
{
color: #915DCD;
}
.AnyTagClassName
{
color: #915DCD;
}
</style>
background-color css
<style>
a { background-color: #915DCD; }
a { background-color: rgb(145,93,205); }
div.DivClassName
{
background-color: #915DCD;
}
.BgClassName
{
background-color: #915DCD;
}
</style>
border-color css
<style>
span { border-color: #915DCD; }
span { border-color: rgb(145,93,205); }
td.TdClassName
{
border-color: #915DCD;
}
.TagClassName
{
border-color: #915DCD;
}
</style>