Shades of Amethyst #915FD1
Tints of Amethyst #915FD1
RGB
CMYK
RGB Variations
Color information
#915FD1 (or 0x915FD1) is known color: Amethyst. HEX triplet: 91, 5F and D1. RGB value is (145,95,209). Sum of RGB (Red+Green+Blue) = 145+95+209=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #915FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FD1 is #6EA02E. Grayscale: #7A7A7A. Windows color (decimal): -7249967 or 13721489. OLE color: 13721489.
HSL color Cylindrical-coordinate representation of color #915FD1: hue angle of 266.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915FD1 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 95 | 209 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.18 |
| HSL | 266.32º | 0.55% | 0.6% | - |
| HSV(B) | 266.32º | 0.55% | 0.82% | - |
| XYZ | 27.28 | 18.81 | 62.51 | - |
| YUV | 122.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 209 | 0.31 | 0.55 | 0 | 0.18 | 266.32 | 0.55 | 0.6 |
| Hex | 91 | 5F | D1 | 1F | 37 | 0 | 12 | 10A | 37 | 3C |
| Octal | 221 | 137 | 321 | 37 | 67 | 0 | 22 | 412 | 67 | 74 |
| Binary | 10010001 | 1011111 | 11010001 | 11111 | 110111 | 0 | 10010 | 100001010 | 110111 | 111100 |
Color Harmonies of #915FD1
Complementary color
Monochromatic Colors of #915FD1
Black with #915FD1
Text Example
Text Example
White with #915FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FD1; }
p { color: rgb(145,95,209); }
H1.HeaderClassName
{
color: #915FD1;
}
.AnyTagClassName
{
color: #915FD1;
}
</style>
background-color css
<style>
a { background-color: #915FD1; }
a { background-color: rgb(145,95,209); }
div.DivClassName
{
background-color: #915FD1;
}
.BgClassName
{
background-color: #915FD1;
}
</style>
border-color css
<style>
span { border-color: #915FD1; }
span { border-color: rgb(145,95,209); }
td.TdClassName
{
border-color: #915FD1;
}
.TagClassName
{
border-color: #915FD1;
}
</style>