Shades of Amethyst #8352CF
Tints of Amethyst #8352CF
RGB
CMYK
RGB Variations
Color information
#8352CF (or 0x8352CF) is known color: Amethyst. HEX triplet: 83, 52 and CF. RGB value is (131,82,207). Sum of RGB (Red+Green+Blue) = 131+82+207=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8352CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352CF is #7CAD30. Grayscale: #6E6E6E. Windows color (decimal): -8170801 or 13587075. OLE color: 13587075.
HSL color Cylindrical-coordinate representation of color #8352CF: hue angle of 263.52º 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 #8352CF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 82 | 207 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.19 |
| HSL | 263.52º | 0.57% | 0.57% | - |
| HSV(B) | 263.52º | 0.6% | 0.81% | - |
| XYZ | 23.64 | 15.36 | 60.75 | - |
| YUV | 110.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 207 | 0.37 | 0.60 | 0 | 0.19 | 263.52 | 0.57 | 0.57 |
| Hex | 83 | 52 | CF | 25 | 3C | 0 | 13 | 108 | 39 | 39 |
| Octal | 203 | 122 | 317 | 45 | 74 | 0 | 23 | 410 | 71 | 71 |
| Binary | 10000011 | 1010010 | 11001111 | 100101 | 111100 | 0 | 10011 | 100001000 | 111001 | 111001 |
Color Harmonies of #8352CF
Complementary color
Monochromatic Colors of #8352CF
Black with #8352CF
Text Example
Text Example
White with #8352CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352CF; }
p { color: rgb(131,82,207); }
H1.HeaderClassName
{
color: #8352CF;
}
.AnyTagClassName
{
color: #8352CF;
}
</style>
background-color css
<style>
a { background-color: #8352CF; }
a { background-color: rgb(131,82,207); }
div.DivClassName
{
background-color: #8352CF;
}
.BgClassName
{
background-color: #8352CF;
}
</style>
border-color css
<style>
span { border-color: #8352CF; }
span { border-color: rgb(131,82,207); }
td.TdClassName
{
border-color: #8352CF;
}
.TagClassName
{
border-color: #8352CF;
}
</style>