Shades of Amethyst #915DCF
Tints of Amethyst #915DCF
RGB
CMYK
RGB Variations
Color information
#915DCF (or 0x915DCF) is known color: Amethyst. HEX triplet: 91, 5D and CF. RGB value is (145,93,207). Sum of RGB (Red+Green+Blue) = 145+93+207=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #915DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DCF is #6EA230. Grayscale: #797979. Windows color (decimal): -7250481 or 13589905. OLE color: 13589905.
HSL color Cylindrical-coordinate representation of color #915DCF: hue angle of 267.37º 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 #915DCF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 93 | 207 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.19 |
| HSL | 267.37º | 0.54% | 0.59% | - |
| HSV(B) | 267.37º | 0.55% | 0.81% | - |
| XYZ | 26.85 | 18.35 | 61.16 | - |
| YUV | 121.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 207 | 0.30 | 0.55 | 0 | 0.19 | 267.37 | 0.54 | 0.59 |
| Hex | 91 | 5D | CF | 1E | 37 | 0 | 13 | 10B | 36 | 3B |
| Octal | 221 | 135 | 317 | 36 | 67 | 0 | 23 | 413 | 66 | 73 |
| Binary | 10010001 | 1011101 | 11001111 | 11110 | 110111 | 0 | 10011 | 100001011 | 110110 | 111011 |
Color Harmonies of #915DCF
Complementary color
Monochromatic Colors of #915DCF
Black with #915DCF
Text Example
Text Example
White with #915DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DCF; }
p { color: rgb(145,93,207); }
H1.HeaderClassName
{
color: #915DCF;
}
.AnyTagClassName
{
color: #915DCF;
}
</style>
background-color css
<style>
a { background-color: #915DCF; }
a { background-color: rgb(145,93,207); }
div.DivClassName
{
background-color: #915DCF;
}
.BgClassName
{
background-color: #915DCF;
}
</style>
border-color css
<style>
span { border-color: #915DCF; }
span { border-color: rgb(145,93,207); }
td.TdClassName
{
border-color: #915DCF;
}
.TagClassName
{
border-color: #915DCF;
}
</style>