Shades of Amethyst #8457CB
Tints of Amethyst #8457CB
RGB
CMYK
RGB Variations
Color information
#8457CB (or 0x8457CB) is known color: Amethyst. HEX triplet: 84, 57 and CB. RGB value is (132,87,203). Sum of RGB (Red+Green+Blue) = 132+87+203=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8457CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457CB is #7BA834. Grayscale: #717171. Windows color (decimal): -8103989 or 13326212. OLE color: 13326212.
HSL color Cylindrical-coordinate representation of color #8457CB: hue angle of 263.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 #8457CB is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 87 | 203 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.20 |
| HSL | 263.28º | 0.53% | 0.57% | - |
| HSV(B) | 263.28º | 0.57% | 0.8% | - |
| XYZ | 23.7 | 16.03 | 58.35 | - |
| YUV | 113.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 203 | 0.35 | 0.57 | 0 | 0.20 | 263.28 | 0.53 | 0.57 |
| Hex | 84 | 57 | CB | 23 | 39 | 0 | 14 | 107 | 35 | 39 |
| Octal | 204 | 127 | 313 | 43 | 71 | 0 | 24 | 407 | 65 | 71 |
| Binary | 10000100 | 1010111 | 11001011 | 100011 | 111001 | 0 | 10100 | 100000111 | 110101 | 111001 |
Color Harmonies of #8457CB
Complementary color
Monochromatic Colors of #8457CB
Black with #8457CB
Text Example
Text Example
White with #8457CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457CB; }
p { color: rgb(132,87,203); }
H1.HeaderClassName
{
color: #8457CB;
}
.AnyTagClassName
{
color: #8457CB;
}
</style>
background-color css
<style>
a { background-color: #8457CB; }
a { background-color: rgb(132,87,203); }
div.DivClassName
{
background-color: #8457CB;
}
.BgClassName
{
background-color: #8457CB;
}
</style>
border-color css
<style>
span { border-color: #8457CB; }
span { border-color: rgb(132,87,203); }
td.TdClassName
{
border-color: #8457CB;
}
.TagClassName
{
border-color: #8457CB;
}
</style>