Shades of Amethyst #915FCD
Tints of Amethyst #915FCD
RGB
CMYK
RGB Variations
Color information
#915FCD (or 0x915FCD) is known color: Amethyst. HEX triplet: 91, 5F and CD. RGB value is (145,95,205). Sum of RGB (Red+Green+Blue) = 145+95+205=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #915FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCD is #6EA032. Grayscale: #7A7A7A. Windows color (decimal): -7249971 or 13459345. OLE color: 13459345.
HSL color Cylindrical-coordinate representation of color #915FCD: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #915FCD is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 95 | 205 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.20 |
| HSL | 267.27º | 0.52% | 0.59% | - |
| HSV(B) | 267.27º | 0.54% | 0.8% | - |
| XYZ | 26.79 | 18.61 | 59.94 | - |
| YUV | 122.49 | 174.57 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 205 | 0.29 | 0.54 | 0 | 0.20 | 267.27 | 0.52 | 0.59 |
| Hex | 91 | 5F | CD | 1D | 36 | 0 | 14 | 10B | 34 | 3B |
| Octal | 221 | 137 | 315 | 35 | 66 | 0 | 24 | 413 | 64 | 73 |
| Binary | 10010001 | 1011111 | 11001101 | 11101 | 110110 | 0 | 10100 | 100001011 | 110100 | 111011 |
Color Harmonies of #915FCD
Complementary color
Monochromatic Colors of #915FCD
Black with #915FCD
Text Example
Text Example
White with #915FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FCD; }
p { color: rgb(145,95,205); }
H1.HeaderClassName
{
color: #915FCD;
}
.AnyTagClassName
{
color: #915FCD;
}
</style>
background-color css
<style>
a { background-color: #915FCD; }
a { background-color: rgb(145,95,205); }
div.DivClassName
{
background-color: #915FCD;
}
.BgClassName
{
background-color: #915FCD;
}
</style>
border-color css
<style>
span { border-color: #915FCD; }
span { border-color: rgb(145,95,205); }
td.TdClassName
{
border-color: #915FCD;
}
.TagClassName
{
border-color: #915FCD;
}
</style>