Shades of Amethyst #9151D4
Tints of Amethyst #9151D4
RGB
CMYK
RGB Variations
Color information
#9151D4 (or 0x9151D4) is known color: Amethyst. HEX triplet: 91, 51 and D4. RGB value is (145,81,212). Sum of RGB (Red+Green+Blue) = 145+81+212=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #9151D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151D4 is #6EAE2B. Grayscale: #727272. Windows color (decimal): -7253548 or 13914513. OLE color: 13914513.
HSL color Cylindrical-coordinate representation of color #9151D4: hue angle of 269.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9151D4 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 81 | 212 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.17 |
| HSL | 269.31º | 0.6% | 0.57% | - |
| HSV(B) | 269.31º | 0.62% | 0.83% | - |
| XYZ | 26.5 | 16.66 | 64.11 | - |
| YUV | 115.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 212 | 0.32 | 0.62 | 0 | 0.17 | 269.31 | 0.6 | 0.57 |
| Hex | 91 | 51 | D4 | 20 | 3E | 0 | 11 | 10D | 3C | 39 |
| Octal | 221 | 121 | 324 | 40 | 76 | 0 | 21 | 415 | 74 | 71 |
| Binary | 10010001 | 1010001 | 11010100 | 100000 | 111110 | 0 | 10001 | 100001101 | 111100 | 111001 |
Color Harmonies of #9151D4
Complementary color
Monochromatic Colors of #9151D4
Black with #9151D4
Text Example
Text Example
White with #9151D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151D4; }
p { color: rgb(145,81,212); }
H1.HeaderClassName
{
color: #9151D4;
}
.AnyTagClassName
{
color: #9151D4;
}
</style>
background-color css
<style>
a { background-color: #9151D4; }
a { background-color: rgb(145,81,212); }
div.DivClassName
{
background-color: #9151D4;
}
.BgClassName
{
background-color: #9151D4;
}
</style>
border-color css
<style>
span { border-color: #9151D4; }
span { border-color: rgb(145,81,212); }
td.TdClassName
{
border-color: #9151D4;
}
.TagClassName
{
border-color: #9151D4;
}
</style>