Shades of Amethyst #9150E5
Tints of Amethyst #9150E5
RGB
CMYK
RGB Variations
Color information
#9150E5 (or 0x9150E5) is known color: Amethyst. HEX triplet: 91, 50 and E5. RGB value is (145,80,229). Sum of RGB (Red+Green+Blue) = 145+80+229=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #9150E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150E5 is #6EAF1A. Grayscale: #737373. Windows color (decimal): -7253787 or 15028369. OLE color: 15028369.
HSL color Cylindrical-coordinate representation of color #9150E5: hue angle of 266.17º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9150E5 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 80 | 229 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.10 |
| HSL | 266.17º | 0.74% | 0.61% | - |
| HSV(B) | 266.17º | 0.65% | 0.9% | - |
| XYZ | 28.69 | 17.41 | 75.98 | - |
| YUV | 116.42 | 191.53 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 229 | 0.37 | 0.65 | 0 | 0.10 | 266.17 | 0.74 | 0.61 |
| Hex | 91 | 50 | E5 | 25 | 41 | 0 | A | 10A | 4A | 3D |
| Octal | 221 | 120 | 345 | 45 | 101 | 0 | 12 | 412 | 112 | 75 |
| Binary | 10010001 | 1010000 | 11100101 | 100101 | 1000001 | 0 | 1010 | 100001010 | 1001010 | 111101 |
Color Harmonies of #9150E5
Complementary color
Monochromatic Colors of #9150E5
Black with #9150E5
Text Example
Text Example
White with #9150E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150E5; }
p { color: rgb(145,80,229); }
H1.HeaderClassName
{
color: #9150E5;
}
.AnyTagClassName
{
color: #9150E5;
}
</style>
background-color css
<style>
a { background-color: #9150E5; }
a { background-color: rgb(145,80,229); }
div.DivClassName
{
background-color: #9150E5;
}
.BgClassName
{
background-color: #9150E5;
}
</style>
border-color css
<style>
span { border-color: #9150E5; }
span { border-color: rgb(145,80,229); }
td.TdClassName
{
border-color: #9150E5;
}
.TagClassName
{
border-color: #9150E5;
}
</style>