Shades of Amethyst #9151DD
Tints of Amethyst #9151DD
RGB
CMYK
RGB Variations
Color information
#9151DD (or 0x9151DD) is known color: Amethyst. HEX triplet: 91, 51 and DD. RGB value is (145,81,221). Sum of RGB (Red+Green+Blue) = 145+81+221=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #9151DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151DD is #6EAE22. Grayscale: #737373. Windows color (decimal): -7253539 or 14504337. OLE color: 14504337.
HSL color Cylindrical-coordinate representation of color #9151DD: hue angle of 267.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9151DD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 81 | 221 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.13 |
| HSL | 267.43º | 0.67% | 0.59% | - |
| HSV(B) | 267.43º | 0.63% | 0.87% | - |
| XYZ | 27.67 | 17.13 | 70.25 | - |
| YUV | 116.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 221 | 0.34 | 0.63 | 0 | 0.13 | 267.43 | 0.67 | 0.59 |
| Hex | 91 | 51 | DD | 22 | 3F | 0 | D | 10B | 43 | 3B |
| Octal | 221 | 121 | 335 | 42 | 77 | 0 | 15 | 413 | 103 | 73 |
| Binary | 10010001 | 1010001 | 11011101 | 100010 | 111111 | 0 | 1101 | 100001011 | 1000011 | 111011 |
Color Harmonies of #9151DD
Complementary color
Monochromatic Colors of #9151DD
Black with #9151DD
Text Example
Text Example
White with #9151DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151DD; }
p { color: rgb(145,81,221); }
H1.HeaderClassName
{
color: #9151DD;
}
.AnyTagClassName
{
color: #9151DD;
}
</style>
background-color css
<style>
a { background-color: #9151DD; }
a { background-color: rgb(145,81,221); }
div.DivClassName
{
background-color: #9151DD;
}
.BgClassName
{
background-color: #9151DD;
}
</style>
border-color css
<style>
span { border-color: #9151DD; }
span { border-color: rgb(145,81,221); }
td.TdClassName
{
border-color: #9151DD;
}
.TagClassName
{
border-color: #9151DD;
}
</style>