Shades of Amethyst #915FCE
Tints of Amethyst #915FCE
RGB
CMYK
RGB Variations
Color information
#915FCE (or 0x915FCE) is known color: Amethyst. HEX triplet: 91, 5F and CE. RGB value is (145,95,206). Sum of RGB (Red+Green+Blue) = 145+95+206=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #915FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCE is #6EA031. Grayscale: #7A7A7A. Windows color (decimal): -7249970 or 13524881. OLE color: 13524881.
HSL color Cylindrical-coordinate representation of color #915FCE: hue angle of 267.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #915FCE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 95 | 206 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.19 |
| HSL | 267.03º | 0.53% | 0.59% | - |
| HSV(B) | 267.03º | 0.54% | 0.81% | - |
| XYZ | 26.91 | 18.66 | 60.58 | - |
| YUV | 122.6 | 175.07 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 206 | 0.30 | 0.54 | 0 | 0.19 | 267.03 | 0.53 | 0.59 |
| Hex | 91 | 5F | CE | 1E | 36 | 0 | 13 | 10B | 35 | 3B |
| Octal | 221 | 137 | 316 | 36 | 66 | 0 | 23 | 413 | 65 | 73 |
| Binary | 10010001 | 1011111 | 11001110 | 11110 | 110110 | 0 | 10011 | 100001011 | 110101 | 111011 |
Color Harmonies of #915FCE
Complementary color
Monochromatic Colors of #915FCE
Black with #915FCE
Text Example
Text Example
White with #915FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FCE; }
p { color: rgb(145,95,206); }
H1.HeaderClassName
{
color: #915FCE;
}
.AnyTagClassName
{
color: #915FCE;
}
</style>
background-color css
<style>
a { background-color: #915FCE; }
a { background-color: rgb(145,95,206); }
div.DivClassName
{
background-color: #915FCE;
}
.BgClassName
{
background-color: #915FCE;
}
</style>
border-color css
<style>
span { border-color: #915FCE; }
span { border-color: rgb(145,95,206); }
td.TdClassName
{
border-color: #915FCE;
}
.TagClassName
{
border-color: #915FCE;
}
</style>