Shades of Amethyst #9458D1
Tints of Amethyst #9458D1
RGB
CMYK
RGB Variations
Color information
#9458D1 (or 0x9458D1) is known color: Amethyst. HEX triplet: 94, 58 and D1. RGB value is (148,88,209). Sum of RGB (Red+Green+Blue) = 148+88+209=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #9458D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458D1 is #6BA72E. Grayscale: #777777. Windows color (decimal): -7055151 or 13719700. OLE color: 13719700.
HSL color Cylindrical-coordinate representation of color #9458D1: hue angle of 269.75º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9458D1 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 88 | 209 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.18 |
| HSL | 269.75º | 0.57% | 0.58% | - |
| HSV(B) | 269.75º | 0.58% | 0.82% | - |
| XYZ | 27.21 | 17.88 | 62.34 | - |
| YUV | 119.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 209 | 0.29 | 0.58 | 0 | 0.18 | 269.75 | 0.57 | 0.58 |
| Hex | 94 | 58 | D1 | 1D | 3A | 0 | 12 | 10E | 39 | 3A |
| Octal | 224 | 130 | 321 | 35 | 72 | 0 | 22 | 416 | 71 | 72 |
| Binary | 10010100 | 1011000 | 11010001 | 11101 | 111010 | 0 | 10010 | 100001110 | 111001 | 111010 |
Color Harmonies of #9458D1
Complementary color
Monochromatic Colors of #9458D1
Black with #9458D1
Text Example
Text Example
White with #9458D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458D1; }
p { color: rgb(148,88,209); }
H1.HeaderClassName
{
color: #9458D1;
}
.AnyTagClassName
{
color: #9458D1;
}
</style>
background-color css
<style>
a { background-color: #9458D1; }
a { background-color: rgb(148,88,209); }
div.DivClassName
{
background-color: #9458D1;
}
.BgClassName
{
background-color: #9458D1;
}
</style>
border-color css
<style>
span { border-color: #9458D1; }
span { border-color: rgb(148,88,209); }
td.TdClassName
{
border-color: #9458D1;
}
.TagClassName
{
border-color: #9458D1;
}
</style>