Shades of Amethyst #8452CF
Tints of Amethyst #8452CF
RGB
CMYK
RGB Variations
Color information
#8452CF (or 0x8452CF) is known color: Amethyst. HEX triplet: 84, 52 and CF. RGB value is (132,82,207). Sum of RGB (Red+Green+Blue) = 132+82+207=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #8452CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452CF is #7BAD30. Grayscale: #6E6E6E. Windows color (decimal): -8105265 or 13587076. OLE color: 13587076.
HSL color Cylindrical-coordinate representation of color #8452CF: hue angle of 264º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8452CF is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 82 | 207 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.19 |
| HSL | 264º | 0.57% | 0.57% | - |
| HSV(B) | 264º | 0.6% | 0.81% | - |
| XYZ | 23.8 | 15.45 | 60.76 | - |
| YUV | 111.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 207 | 0.36 | 0.60 | 0 | 0.19 | 264 | 0.57 | 0.57 |
| Hex | 84 | 52 | CF | 24 | 3C | 0 | 13 | 108 | 39 | 39 |
| Octal | 204 | 122 | 317 | 44 | 74 | 0 | 23 | 410 | 71 | 71 |
| Binary | 10000100 | 1010010 | 11001111 | 100100 | 111100 | 0 | 10011 | 100001000 | 111001 | 111001 |
Color Harmonies of #8452CF
Complementary color
Monochromatic Colors of #8452CF
Black with #8452CF
Text Example
Text Example
White with #8452CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452CF; }
p { color: rgb(132,82,207); }
H1.HeaderClassName
{
color: #8452CF;
}
.AnyTagClassName
{
color: #8452CF;
}
</style>
background-color css
<style>
a { background-color: #8452CF; }
a { background-color: rgb(132,82,207); }
div.DivClassName
{
background-color: #8452CF;
}
.BgClassName
{
background-color: #8452CF;
}
</style>
border-color css
<style>
span { border-color: #8452CF; }
span { border-color: rgb(132,82,207); }
td.TdClassName
{
border-color: #8452CF;
}
.TagClassName
{
border-color: #8452CF;
}
</style>