Shades of Amethyst #9459D0
Tints of Amethyst #9459D0
RGB
CMYK
RGB Variations
Color information
#9459D0 (or 0x9459D0) is known color: Amethyst. HEX triplet: 94, 59 and D0. RGB value is (148,89,208). Sum of RGB (Red+Green+Blue) = 148+89+208=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #9459D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459D0 is #6BA62F. Grayscale: #777777. Windows color (decimal): -7054896 or 13654420. OLE color: 13654420.
HSL color Cylindrical-coordinate representation of color #9459D0: hue angle of 269.75º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9459D0 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 89 | 208 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.18 |
| HSL | 269.75º | 0.56% | 0.58% | - |
| HSV(B) | 269.75º | 0.57% | 0.82% | - |
| XYZ | 27.17 | 17.99 | 61.72 | - |
| YUV | 120.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 208 | 0.29 | 0.57 | 0 | 0.18 | 269.75 | 0.56 | 0.58 |
| Hex | 94 | 59 | D0 | 1D | 39 | 0 | 12 | 10E | 38 | 3A |
| Octal | 224 | 131 | 320 | 35 | 71 | 0 | 22 | 416 | 70 | 72 |
| Binary | 10010100 | 1011001 | 11010000 | 11101 | 111001 | 0 | 10010 | 100001110 | 111000 | 111010 |
Color Harmonies of #9459D0
Complementary color
Monochromatic Colors of #9459D0
Black with #9459D0
Text Example
Text Example
White with #9459D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459D0; }
p { color: rgb(148,89,208); }
H1.HeaderClassName
{
color: #9459D0;
}
.AnyTagClassName
{
color: #9459D0;
}
</style>
background-color css
<style>
a { background-color: #9459D0; }
a { background-color: rgb(148,89,208); }
div.DivClassName
{
background-color: #9459D0;
}
.BgClassName
{
background-color: #9459D0;
}
</style>
border-color css
<style>
span { border-color: #9459D0; }
span { border-color: rgb(148,89,208); }
td.TdClassName
{
border-color: #9459D0;
}
.TagClassName
{
border-color: #9459D0;
}
</style>