Shades of Amethyst #9457C9
Tints of Amethyst #9457C9
RGB
CMYK
RGB Variations
Color information
#9457C9 (or 0x9457C9) is known color: Amethyst. HEX triplet: 94, 57 and C9. RGB value is (148,87,201). Sum of RGB (Red+Green+Blue) = 148+87+201=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #9457C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457C9 is #6BA836. Grayscale: #757575. Windows color (decimal): -7055415 or 13195156. OLE color: 13195156.
HSL color Cylindrical-coordinate representation of color #9457C9: hue angle of 272.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9457C9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 87 | 201 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.21 |
| HSL | 272.11º | 0.51% | 0.56% | - |
| HSV(B) | 272.11º | 0.57% | 0.79% | - |
| XYZ | 26.16 | 17.33 | 57.22 | - |
| YUV | 118.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 201 | 0.26 | 0.57 | 0 | 0.21 | 272.11 | 0.51 | 0.56 |
| Hex | 94 | 57 | C9 | 1A | 39 | 0 | 15 | 110 | 33 | 38 |
| Octal | 224 | 127 | 311 | 32 | 71 | 0 | 25 | 420 | 63 | 70 |
| Binary | 10010100 | 1010111 | 11001001 | 11010 | 111001 | 0 | 10101 | 100010000 | 110011 | 111000 |
Color Harmonies of #9457C9
Complementary color
Monochromatic Colors of #9457C9
Black with #9457C9
Text Example
Text Example
White with #9457C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457C9; }
p { color: rgb(148,87,201); }
H1.HeaderClassName
{
color: #9457C9;
}
.AnyTagClassName
{
color: #9457C9;
}
</style>
background-color css
<style>
a { background-color: #9457C9; }
a { background-color: rgb(148,87,201); }
div.DivClassName
{
background-color: #9457C9;
}
.BgClassName
{
background-color: #9457C9;
}
</style>
border-color css
<style>
span { border-color: #9457C9; }
span { border-color: rgb(148,87,201); }
td.TdClassName
{
border-color: #9457C9;
}
.TagClassName
{
border-color: #9457C9;
}
</style>