Shades of Amethyst #8458D0
Tints of Amethyst #8458D0
RGB
CMYK
RGB Variations
Color information
#8458D0 (or 0x8458D0) is known color: Amethyst. HEX triplet: 84, 58 and D0. RGB value is (132,88,208). Sum of RGB (Red+Green+Blue) = 132+88+208=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #8458D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458D0 is #7BA72F. Grayscale: #727272. Windows color (decimal): -8103728 or 13654148. OLE color: 13654148.
HSL color Cylindrical-coordinate representation of color #8458D0: hue angle of 262º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8458D0 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 88 | 208 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.18 |
| HSL | 262º | 0.56% | 0.58% | - |
| HSV(B) | 262º | 0.58% | 0.82% | - |
| XYZ | 24.39 | 16.44 | 61.56 | - |
| YUV | 114.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 208 | 0.37 | 0.58 | 0 | 0.18 | 262 | 0.56 | 0.58 |
| Hex | 84 | 58 | D0 | 25 | 3A | 0 | 12 | 106 | 38 | 3A |
| Octal | 204 | 130 | 320 | 45 | 72 | 0 | 22 | 406 | 70 | 72 |
| Binary | 10000100 | 1011000 | 11010000 | 100101 | 111010 | 0 | 10010 | 100000110 | 111000 | 111010 |
Color Harmonies of #8458D0
Complementary color
Monochromatic Colors of #8458D0
Black with #8458D0
Text Example
Text Example
White with #8458D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458D0; }
p { color: rgb(132,88,208); }
H1.HeaderClassName
{
color: #8458D0;
}
.AnyTagClassName
{
color: #8458D0;
}
</style>
background-color css
<style>
a { background-color: #8458D0; }
a { background-color: rgb(132,88,208); }
div.DivClassName
{
background-color: #8458D0;
}
.BgClassName
{
background-color: #8458D0;
}
</style>
border-color css
<style>
span { border-color: #8458D0; }
span { border-color: rgb(132,88,208); }
td.TdClassName
{
border-color: #8458D0;
}
.TagClassName
{
border-color: #8458D0;
}
</style>