Shades of Amethyst #915FBF
Tints of Amethyst #915FBF
RGB
CMYK
RGB Variations
Color information
#915FBF (or 0x915FBF) is known color: Amethyst. HEX triplet: 91, 5F and BF. RGB value is (145,95,191). Sum of RGB (Red+Green+Blue) = 145+95+191=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #915FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FBF is #6EA040. Grayscale: #787878. Windows color (decimal): -7249985 or 12541841. OLE color: 12541841.
HSL color Cylindrical-coordinate representation of color #915FBF: hue angle of 271.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #915FBF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 95 | 191 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.25 |
| HSL | 271.25º | 0.43% | 0.56% | - |
| HSV(B) | 271.25º | 0.5% | 0.75% | - |
| XYZ | 25.17 | 17.97 | 51.43 | - |
| YUV | 120.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 191 | 0.24 | 0.50 | 0 | 0.25 | 271.25 | 0.43 | 0.56 |
| Hex | 91 | 5F | BF | 18 | 32 | 0 | 19 | 10F | 2B | 38 |
| Octal | 221 | 137 | 277 | 30 | 62 | 0 | 31 | 417 | 53 | 70 |
| Binary | 10010001 | 1011111 | 10111111 | 11000 | 110010 | 0 | 11001 | 100001111 | 101011 | 111000 |
Color Harmonies of #915FBF
Complementary color
Monochromatic Colors of #915FBF
Black with #915FBF
Text Example
Text Example
White with #915FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FBF; }
p { color: rgb(145,95,191); }
H1.HeaderClassName
{
color: #915FBF;
}
.AnyTagClassName
{
color: #915FBF;
}
</style>
background-color css
<style>
a { background-color: #915FBF; }
a { background-color: rgb(145,95,191); }
div.DivClassName
{
background-color: #915FBF;
}
.BgClassName
{
background-color: #915FBF;
}
</style>
border-color css
<style>
span { border-color: #915FBF; }
span { border-color: rgb(145,95,191); }
td.TdClassName
{
border-color: #915FBF;
}
.TagClassName
{
border-color: #915FBF;
}
</style>