Shades of Amethyst #9457CA
Tints of Amethyst #9457CA
RGB
CMYK
RGB Variations
Color information
#9457CA (or 0x9457CA) is known color: Amethyst. HEX triplet: 94, 57 and CA. RGB value is (148,87,202). Sum of RGB (Red+Green+Blue) = 148+87+202=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #9457CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457CA is #6BA835. Grayscale: #757575. Windows color (decimal): -7055414 or 13260692. OLE color: 13260692.
HSL color Cylindrical-coordinate representation of color #9457CA: hue angle of 271.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9457CA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 87 | 202 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.21 |
| HSL | 271.83º | 0.52% | 0.57% | - |
| HSV(B) | 271.83º | 0.57% | 0.79% | - |
| XYZ | 26.28 | 17.38 | 57.85 | - |
| YUV | 118.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 202 | 0.27 | 0.57 | 0 | 0.21 | 271.83 | 0.52 | 0.57 |
| Hex | 94 | 57 | CA | 1B | 39 | 0 | 15 | 110 | 34 | 39 |
| Octal | 224 | 127 | 312 | 33 | 71 | 0 | 25 | 420 | 64 | 71 |
| Binary | 10010100 | 1010111 | 11001010 | 11011 | 111001 | 0 | 10101 | 100010000 | 110100 | 111001 |
Color Harmonies of #9457CA
Complementary color
Monochromatic Colors of #9457CA
Black with #9457CA
Text Example
Text Example
White with #9457CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457CA; }
p { color: rgb(148,87,202); }
H1.HeaderClassName
{
color: #9457CA;
}
.AnyTagClassName
{
color: #9457CA;
}
</style>
background-color css
<style>
a { background-color: #9457CA; }
a { background-color: rgb(148,87,202); }
div.DivClassName
{
background-color: #9457CA;
}
.BgClassName
{
background-color: #9457CA;
}
</style>
border-color css
<style>
span { border-color: #9457CA; }
span { border-color: rgb(148,87,202); }
td.TdClassName
{
border-color: #9457CA;
}
.TagClassName
{
border-color: #9457CA;
}
</style>