Shades of Amethyst #8452C8
Tints of Amethyst #8452C8
RGB
CMYK
RGB Variations
Color information
#8452C8 (or 0x8452C8) is known color: Amethyst. HEX triplet: 84, 52 and C8. RGB value is (132,82,200). Sum of RGB (Red+Green+Blue) = 132+82+200=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #8452C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452C8 is #7BAD37. Grayscale: #6D6D6D. Windows color (decimal): -8105272 or 13128324. OLE color: 13128324.
HSL color Cylindrical-coordinate representation of color #8452C8: hue angle of 265.42º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8452C8 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 82 | 200 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.22 |
| HSL | 265.42º | 0.52% | 0.55% | - |
| HSV(B) | 265.42º | 0.59% | 0.78% | - |
| XYZ | 22.96 | 15.11 | 56.35 | - |
| YUV | 110.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 200 | 0.34 | 0.59 | 0 | 0.22 | 265.42 | 0.52 | 0.55 |
| Hex | 84 | 52 | C8 | 22 | 3B | 0 | 16 | 109 | 34 | 37 |
| Octal | 204 | 122 | 310 | 42 | 73 | 0 | 26 | 411 | 64 | 67 |
| Binary | 10000100 | 1010010 | 11001000 | 100010 | 111011 | 0 | 10110 | 100001001 | 110100 | 110111 |
Color Harmonies of #8452C8
Complementary color
Monochromatic Colors of #8452C8
Black with #8452C8
Text Example
Text Example
White with #8452C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452C8; }
p { color: rgb(132,82,200); }
H1.HeaderClassName
{
color: #8452C8;
}
.AnyTagClassName
{
color: #8452C8;
}
</style>
background-color css
<style>
a { background-color: #8452C8; }
a { background-color: rgb(132,82,200); }
div.DivClassName
{
background-color: #8452C8;
}
.BgClassName
{
background-color: #8452C8;
}
</style>
border-color css
<style>
span { border-color: #8452C8; }
span { border-color: rgb(132,82,200); }
td.TdClassName
{
border-color: #8452C8;
}
.TagClassName
{
border-color: #8452C8;
}
</style>