Shades of Amethyst #915FC7
Tints of Amethyst #915FC7
RGB
CMYK
RGB Variations
Color information
#915FC7 (or 0x915FC7) is known color: Amethyst. HEX triplet: 91, 5F and C7. RGB value is (145,95,199). Sum of RGB (Red+Green+Blue) = 145+95+199=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #915FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FC7 is #6EA038. Grayscale: #797979. Windows color (decimal): -7249977 or 13066129. OLE color: 13066129.
HSL color Cylindrical-coordinate representation of color #915FC7: hue angle of 268.85º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915FC7 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 95 | 199 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.22 |
| HSL | 268.85º | 0.48% | 0.58% | - |
| HSV(B) | 268.85º | 0.52% | 0.78% | - |
| XYZ | 26.08 | 18.33 | 56.2 | - |
| YUV | 121.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 199 | 0.27 | 0.52 | 0 | 0.22 | 268.85 | 0.48 | 0.58 |
| Hex | 91 | 5F | C7 | 1B | 34 | 0 | 16 | 10D | 30 | 3A |
| Octal | 221 | 137 | 307 | 33 | 64 | 0 | 26 | 415 | 60 | 72 |
| Binary | 10010001 | 1011111 | 11000111 | 11011 | 110100 | 0 | 10110 | 100001101 | 110000 | 111010 |
Color Harmonies of #915FC7
Complementary color
Monochromatic Colors of #915FC7
Black with #915FC7
Text Example
Text Example
White with #915FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FC7; }
p { color: rgb(145,95,199); }
H1.HeaderClassName
{
color: #915FC7;
}
.AnyTagClassName
{
color: #915FC7;
}
</style>
background-color css
<style>
a { background-color: #915FC7; }
a { background-color: rgb(145,95,199); }
div.DivClassName
{
background-color: #915FC7;
}
.BgClassName
{
background-color: #915FC7;
}
</style>
border-color css
<style>
span { border-color: #915FC7; }
span { border-color: rgb(145,95,199); }
td.TdClassName
{
border-color: #915FC7;
}
.TagClassName
{
border-color: #915FC7;
}
</style>