Shades of Amethyst #8452D0
Tints of Amethyst #8452D0
RGB
CMYK
RGB Variations
Color information
#8452D0 (or 0x8452D0) is known color: Amethyst. HEX triplet: 84, 52 and D0. RGB value is (132,82,208). Sum of RGB (Red+Green+Blue) = 132+82+208=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #8452D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452D0 is #7BAD2F. Grayscale: #6E6E6E. Windows color (decimal): -8105264 or 13652612. OLE color: 13652612.
HSL color Cylindrical-coordinate representation of color #8452D0: hue angle of 263.81º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8452D0 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 82 | 208 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.18 |
| HSL | 263.81º | 0.57% | 0.57% | - |
| HSV(B) | 263.81º | 0.61% | 0.82% | - |
| XYZ | 23.92 | 15.49 | 61.4 | - |
| YUV | 111.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 208 | 0.37 | 0.61 | 0 | 0.18 | 263.81 | 0.57 | 0.57 |
| Hex | 84 | 52 | D0 | 25 | 3D | 0 | 12 | 108 | 39 | 39 |
| Octal | 204 | 122 | 320 | 45 | 75 | 0 | 22 | 410 | 71 | 71 |
| Binary | 10000100 | 1010010 | 11010000 | 100101 | 111101 | 0 | 10010 | 100001000 | 111001 | 111001 |
Color Harmonies of #8452D0
Complementary color
Monochromatic Colors of #8452D0
Black with #8452D0
Text Example
Text Example
White with #8452D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452D0; }
p { color: rgb(132,82,208); }
H1.HeaderClassName
{
color: #8452D0;
}
.AnyTagClassName
{
color: #8452D0;
}
</style>
background-color css
<style>
a { background-color: #8452D0; }
a { background-color: rgb(132,82,208); }
div.DivClassName
{
background-color: #8452D0;
}
.BgClassName
{
background-color: #8452D0;
}
</style>
border-color css
<style>
span { border-color: #8452D0; }
span { border-color: rgb(132,82,208); }
td.TdClassName
{
border-color: #8452D0;
}
.TagClassName
{
border-color: #8452D0;
}
</style>