Shades of Amethyst #915DD5
Tints of Amethyst #915DD5
RGB
CMYK
RGB Variations
Color information
#915DD5 (or 0x915DD5) is known color: Amethyst. HEX triplet: 91, 5D and D5. RGB value is (145,93,213). Sum of RGB (Red+Green+Blue) = 145+93+213=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #915DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DD5 is #6EA22A. Grayscale: #797979. Windows color (decimal): -7250475 or 13983121. OLE color: 13983121.
HSL color Cylindrical-coordinate representation of color #915DD5: hue angle of 266º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915DD5 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 93 | 213 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.16 |
| HSL | 266º | 0.59% | 0.6% | - |
| HSV(B) | 266º | 0.56% | 0.84% | - |
| XYZ | 27.6 | 18.65 | 65.1 | - |
| YUV | 122.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 213 | 0.32 | 0.56 | 0 | 0.16 | 266 | 0.59 | 0.6 |
| Hex | 91 | 5D | D5 | 20 | 38 | 0 | 10 | 10A | 3B | 3C |
| Octal | 221 | 135 | 325 | 40 | 70 | 0 | 20 | 412 | 73 | 74 |
| Binary | 10010001 | 1011101 | 11010101 | 100000 | 111000 | 0 | 10000 | 100001010 | 111011 | 111100 |
Color Harmonies of #915DD5
Complementary color
Monochromatic Colors of #915DD5
Black with #915DD5
Text Example
Text Example
White with #915DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DD5; }
p { color: rgb(145,93,213); }
H1.HeaderClassName
{
color: #915DD5;
}
.AnyTagClassName
{
color: #915DD5;
}
</style>
background-color css
<style>
a { background-color: #915DD5; }
a { background-color: rgb(145,93,213); }
div.DivClassName
{
background-color: #915DD5;
}
.BgClassName
{
background-color: #915DD5;
}
</style>
border-color css
<style>
span { border-color: #915DD5; }
span { border-color: rgb(145,93,213); }
td.TdClassName
{
border-color: #915DD5;
}
.TagClassName
{
border-color: #915DD5;
}
</style>