Shades of Amethyst #8452D3
Tints of Amethyst #8452D3
RGB
CMYK
RGB Variations
Color information
#8452D3 (or 0x8452D3) is known color: Amethyst. HEX triplet: 84, 52 and D3. RGB value is (132,82,211). Sum of RGB (Red+Green+Blue) = 132+82+211=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #8452D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452D3 is #7BAD2C. Grayscale: #6F6F6F. Windows color (decimal): -8105261 or 13849220. OLE color: 13849220.
HSL color Cylindrical-coordinate representation of color #8452D3: hue angle of 263.26º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8452D3 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 82 | 211 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.17 |
| HSL | 263.26º | 0.59% | 0.57% | - |
| HSV(B) | 263.26º | 0.61% | 0.83% | - |
| XYZ | 24.29 | 15.64 | 63.37 | - |
| YUV | 111.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 211 | 0.37 | 0.61 | 0 | 0.17 | 263.26 | 0.59 | 0.57 |
| Hex | 84 | 52 | D3 | 25 | 3D | 0 | 11 | 107 | 3B | 39 |
| Octal | 204 | 122 | 323 | 45 | 75 | 0 | 21 | 407 | 73 | 71 |
| Binary | 10000100 | 1010010 | 11010011 | 100101 | 111101 | 0 | 10001 | 100000111 | 111011 | 111001 |
Color Harmonies of #8452D3
Complementary color
Monochromatic Colors of #8452D3
Black with #8452D3
Text Example
Text Example
White with #8452D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452D3; }
p { color: rgb(132,82,211); }
H1.HeaderClassName
{
color: #8452D3;
}
.AnyTagClassName
{
color: #8452D3;
}
</style>
background-color css
<style>
a { background-color: #8452D3; }
a { background-color: rgb(132,82,211); }
div.DivClassName
{
background-color: #8452D3;
}
.BgClassName
{
background-color: #8452D3;
}
</style>
border-color css
<style>
span { border-color: #8452D3; }
span { border-color: rgb(132,82,211); }
td.TdClassName
{
border-color: #8452D3;
}
.TagClassName
{
border-color: #8452D3;
}
</style>