Shades of Amethyst #915FCF
Tints of Amethyst #915FCF
RGB
CMYK
RGB Variations
Color information
#915FCF (or 0x915FCF) is known color: Amethyst. HEX triplet: 91, 5F and CF. RGB value is (145,95,207). Sum of RGB (Red+Green+Blue) = 145+95+207=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #915FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCF is #6EA030. Grayscale: #7A7A7A. Windows color (decimal): -7249969 or 13590417. OLE color: 13590417.
HSL color Cylindrical-coordinate representation of color #915FCF: hue angle of 266.79º degrees, saturation: 0.54, 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 #915FCF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 95 | 207 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.19 |
| HSL | 266.79º | 0.54% | 0.59% | - |
| HSV(B) | 266.79º | 0.54% | 0.81% | - |
| XYZ | 27.03 | 18.71 | 61.22 | - |
| YUV | 122.72 | 175.57 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 207 | 0.30 | 0.54 | 0 | 0.19 | 266.79 | 0.54 | 0.59 |
| Hex | 91 | 5F | CF | 1E | 36 | 0 | 13 | 10B | 36 | 3B |
| Octal | 221 | 137 | 317 | 36 | 66 | 0 | 23 | 413 | 66 | 73 |
| Binary | 10010001 | 1011111 | 11001111 | 11110 | 110110 | 0 | 10011 | 100001011 | 110110 | 111011 |
Color Harmonies of #915FCF
Complementary color
Monochromatic Colors of #915FCF
Black with #915FCF
Text Example
Text Example
White with #915FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FCF; }
p { color: rgb(145,95,207); }
H1.HeaderClassName
{
color: #915FCF;
}
.AnyTagClassName
{
color: #915FCF;
}
</style>
background-color css
<style>
a { background-color: #915FCF; }
a { background-color: rgb(145,95,207); }
div.DivClassName
{
background-color: #915FCF;
}
.BgClassName
{
background-color: #915FCF;
}
</style>
border-color css
<style>
span { border-color: #915FCF; }
span { border-color: rgb(145,95,207); }
td.TdClassName
{
border-color: #915FCF;
}
.TagClassName
{
border-color: #915FCF;
}
</style>