Shades of Amethyst #9459CE
Tints of Amethyst #9459CE
RGB
CMYK
RGB Variations
Color information
#9459CE (or 0x9459CE) is known color: Amethyst. HEX triplet: 94, 59 and CE. RGB value is (148,89,206). Sum of RGB (Red+Green+Blue) = 148+89+206=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9459CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459CE is #6BA631. Grayscale: #777777. Windows color (decimal): -7054898 or 13523348. OLE color: 13523348.
HSL color Cylindrical-coordinate representation of color #9459CE: hue angle of 270.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9459CE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 89 | 206 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.19 |
| HSL | 270.26º | 0.54% | 0.58% | - |
| HSV(B) | 270.26º | 0.57% | 0.81% | - |
| XYZ | 26.93 | 17.9 | 60.43 | - |
| YUV | 119.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 206 | 0.28 | 0.57 | 0 | 0.19 | 270.26 | 0.54 | 0.58 |
| Hex | 94 | 59 | CE | 1C | 39 | 0 | 13 | 10E | 36 | 3A |
| Octal | 224 | 131 | 316 | 34 | 71 | 0 | 23 | 416 | 66 | 72 |
| Binary | 10010100 | 1011001 | 11001110 | 11100 | 111001 | 0 | 10011 | 100001110 | 110110 | 111010 |
Color Harmonies of #9459CE
Complementary color
Monochromatic Colors of #9459CE
Black with #9459CE
Text Example
Text Example
White with #9459CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459CE; }
p { color: rgb(148,89,206); }
H1.HeaderClassName
{
color: #9459CE;
}
.AnyTagClassName
{
color: #9459CE;
}
</style>
background-color css
<style>
a { background-color: #9459CE; }
a { background-color: rgb(148,89,206); }
div.DivClassName
{
background-color: #9459CE;
}
.BgClassName
{
background-color: #9459CE;
}
</style>
border-color css
<style>
span { border-color: #9459CE; }
span { border-color: rgb(148,89,206); }
td.TdClassName
{
border-color: #9459CE;
}
.TagClassName
{
border-color: #9459CE;
}
</style>