Shades of Amethyst #9457CB
Tints of Amethyst #9457CB
RGB
CMYK
RGB Variations
Color information
#9457CB (or 0x9457CB) is known color: Amethyst. HEX triplet: 94, 57 and CB. RGB value is (148,87,203). Sum of RGB (Red+Green+Blue) = 148+87+203=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9457CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457CB is #6BA834. Grayscale: #767676. Windows color (decimal): -7055413 or 13326228. OLE color: 13326228.
HSL color Cylindrical-coordinate representation of color #9457CB: hue angle of 271.55º 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 #9457CB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 87 | 203 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.20 |
| HSL | 271.55º | 0.53% | 0.57% | - |
| HSV(B) | 271.55º | 0.57% | 0.8% | - |
| XYZ | 26.4 | 17.42 | 58.47 | - |
| YUV | 118.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 203 | 0.27 | 0.57 | 0 | 0.20 | 271.55 | 0.53 | 0.57 |
| Hex | 94 | 57 | CB | 1B | 39 | 0 | 14 | 110 | 35 | 39 |
| Octal | 224 | 127 | 313 | 33 | 71 | 0 | 24 | 420 | 65 | 71 |
| Binary | 10010100 | 1010111 | 11001011 | 11011 | 111001 | 0 | 10100 | 100010000 | 110101 | 111001 |
Color Harmonies of #9457CB
Complementary color
Monochromatic Colors of #9457CB
Black with #9457CB
Text Example
Text Example
White with #9457CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457CB; }
p { color: rgb(148,87,203); }
H1.HeaderClassName
{
color: #9457CB;
}
.AnyTagClassName
{
color: #9457CB;
}
</style>
background-color css
<style>
a { background-color: #9457CB; }
a { background-color: rgb(148,87,203); }
div.DivClassName
{
background-color: #9457CB;
}
.BgClassName
{
background-color: #9457CB;
}
</style>
border-color css
<style>
span { border-color: #9457CB; }
span { border-color: rgb(148,87,203); }
td.TdClassName
{
border-color: #9457CB;
}
.TagClassName
{
border-color: #9457CB;
}
</style>