Shades of Amethyst #9457CC
Tints of Amethyst #9457CC
RGB
CMYK
RGB Variations
Color information
#9457CC (or 0x9457CC) is known color: Amethyst. HEX triplet: 94, 57 and CC. RGB value is (148,87,204). Sum of RGB (Red+Green+Blue) = 148+87+204=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9457CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457CC is #6BA833. Grayscale: #767676. Windows color (decimal): -7055412 or 13391764. OLE color: 13391764.
HSL color Cylindrical-coordinate representation of color #9457CC: hue angle of 271.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9457CC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 87 | 204 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.2 |
| HSL | 271.28º | 0.53% | 0.57% | - |
| HSV(B) | 271.28º | 0.57% | 0.8% | - |
| XYZ | 26.52 | 17.47 | 59.1 | - |
| YUV | 118.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 204 | 0.27 | 0.57 | 0 | 0.2 | 271.28 | 0.53 | 0.57 |
| Hex | 94 | 57 | CC | 1B | 39 | 0 | 14 | 10F | 35 | 39 |
| Octal | 224 | 127 | 314 | 33 | 71 | 0 | 24 | 417 | 65 | 71 |
| Binary | 10010100 | 1010111 | 11001100 | 11011 | 111001 | 0 | 10100 | 100001111 | 110101 | 111001 |
Color Harmonies of #9457CC
Complementary color
Monochromatic Colors of #9457CC
Black with #9457CC
Text Example
Text Example
White with #9457CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457CC; }
p { color: rgb(148,87,204); }
H1.HeaderClassName
{
color: #9457CC;
}
.AnyTagClassName
{
color: #9457CC;
}
</style>
background-color css
<style>
a { background-color: #9457CC; }
a { background-color: rgb(148,87,204); }
div.DivClassName
{
background-color: #9457CC;
}
.BgClassName
{
background-color: #9457CC;
}
</style>
border-color css
<style>
span { border-color: #9457CC; }
span { border-color: rgb(148,87,204); }
td.TdClassName
{
border-color: #9457CC;
}
.TagClassName
{
border-color: #9457CC;
}
</style>