Shades of Amethyst #9457CE
Tints of Amethyst #9457CE
RGB
CMYK
RGB Variations
Color information
#9457CE (or 0x9457CE) is known color: Amethyst. HEX triplet: 94, 57 and CE. RGB value is (148,87,206). Sum of RGB (Red+Green+Blue) = 148+87+206=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9457CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457CE is #6BA831. Grayscale: #767676. Windows color (decimal): -7055410 or 13522836. OLE color: 13522836.
HSL color Cylindrical-coordinate representation of color #9457CE: hue angle of 270.76º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9457CE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 87 | 206 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.19 |
| HSL | 270.76º | 0.55% | 0.57% | - |
| HSV(B) | 270.76º | 0.58% | 0.81% | - |
| XYZ | 26.76 | 17.57 | 60.37 | - |
| YUV | 118.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 206 | 0.28 | 0.58 | 0 | 0.19 | 270.76 | 0.55 | 0.57 |
| Hex | 94 | 57 | CE | 1C | 3A | 0 | 13 | 10F | 37 | 39 |
| Octal | 224 | 127 | 316 | 34 | 72 | 0 | 23 | 417 | 67 | 71 |
| Binary | 10010100 | 1010111 | 11001110 | 11100 | 111010 | 0 | 10011 | 100001111 | 110111 | 111001 |
Color Harmonies of #9457CE
Complementary color
Monochromatic Colors of #9457CE
Black with #9457CE
Text Example
Text Example
White with #9457CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457CE; }
p { color: rgb(148,87,206); }
H1.HeaderClassName
{
color: #9457CE;
}
.AnyTagClassName
{
color: #9457CE;
}
</style>
background-color css
<style>
a { background-color: #9457CE; }
a { background-color: rgb(148,87,206); }
div.DivClassName
{
background-color: #9457CE;
}
.BgClassName
{
background-color: #9457CE;
}
</style>
border-color css
<style>
span { border-color: #9457CE; }
span { border-color: rgb(148,87,206); }
td.TdClassName
{
border-color: #9457CE;
}
.TagClassName
{
border-color: #9457CE;
}
</style>