Shades of Amethyst #9150DA
Tints of Amethyst #9150DA
RGB
CMYK
RGB Variations
Color information
#9150DA (or 0x9150DA) is known color: Amethyst. HEX triplet: 91, 50 and DA. RGB value is (145,80,218). Sum of RGB (Red+Green+Blue) = 145+80+218=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #9150DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150DA is #6EAF25. Grayscale: #727272. Windows color (decimal): -7253798 or 14307473. OLE color: 14307473.
HSL color Cylindrical-coordinate representation of color #9150DA: hue angle of 268.26º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9150DA is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 80 | 218 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.15 |
| HSL | 268.26º | 0.65% | 0.58% | - |
| HSV(B) | 268.26º | 0.63% | 0.85% | - |
| XYZ | 27.2 | 16.82 | 68.14 | - |
| YUV | 115.17 | 186.03 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 218 | 0.33 | 0.63 | 0 | 0.15 | 268.26 | 0.65 | 0.58 |
| Hex | 91 | 50 | DA | 21 | 3F | 0 | F | 10C | 41 | 3A |
| Octal | 221 | 120 | 332 | 41 | 77 | 0 | 17 | 414 | 101 | 72 |
| Binary | 10010001 | 1010000 | 11011010 | 100001 | 111111 | 0 | 1111 | 100001100 | 1000001 | 111010 |
Color Harmonies of #9150DA
Complementary color
Monochromatic Colors of #9150DA
Black with #9150DA
Text Example
Text Example
White with #9150DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150DA; }
p { color: rgb(145,80,218); }
H1.HeaderClassName
{
color: #9150DA;
}
.AnyTagClassName
{
color: #9150DA;
}
</style>
background-color css
<style>
a { background-color: #9150DA; }
a { background-color: rgb(145,80,218); }
div.DivClassName
{
background-color: #9150DA;
}
.BgClassName
{
background-color: #9150DA;
}
</style>
border-color css
<style>
span { border-color: #9150DA; }
span { border-color: rgb(145,80,218); }
td.TdClassName
{
border-color: #9150DA;
}
.TagClassName
{
border-color: #9150DA;
}
</style>