Shades of Amethyst #8351CF
Tints of Amethyst #8351CF
RGB
CMYK
RGB Variations
Color information
#8351CF (or 0x8351CF) is known color: Amethyst. HEX triplet: 83, 51 and CF. RGB value is (131,81,207). Sum of RGB (Red+Green+Blue) = 131+81+207=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #8351CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351CF is #7CAE30. Grayscale: #6D6D6D. Windows color (decimal): -8171057 or 13586819. OLE color: 13586819.
HSL color Cylindrical-coordinate representation of color #8351CF: hue angle of 263.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8351CF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 81 | 207 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.19 |
| HSL | 263.81º | 0.57% | 0.56% | - |
| HSV(B) | 263.81º | 0.61% | 0.81% | - |
| XYZ | 23.56 | 15.22 | 60.73 | - |
| YUV | 110.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 207 | 0.37 | 0.61 | 0 | 0.19 | 263.81 | 0.57 | 0.56 |
| Hex | 83 | 51 | CF | 25 | 3D | 0 | 13 | 108 | 39 | 38 |
| Octal | 203 | 121 | 317 | 45 | 75 | 0 | 23 | 410 | 71 | 70 |
| Binary | 10000011 | 1010001 | 11001111 | 100101 | 111101 | 0 | 10011 | 100001000 | 111001 | 111000 |
Color Harmonies of #8351CF
Complementary color
Monochromatic Colors of #8351CF
Black with #8351CF
Text Example
Text Example
White with #8351CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351CF; }
p { color: rgb(131,81,207); }
H1.HeaderClassName
{
color: #8351CF;
}
.AnyTagClassName
{
color: #8351CF;
}
</style>
background-color css
<style>
a { background-color: #8351CF; }
a { background-color: rgb(131,81,207); }
div.DivClassName
{
background-color: #8351CF;
}
.BgClassName
{
background-color: #8351CF;
}
</style>
border-color css
<style>
span { border-color: #8351CF; }
span { border-color: rgb(131,81,207); }
td.TdClassName
{
border-color: #8351CF;
}
.TagClassName
{
border-color: #8351CF;
}
</style>