Shades of Amethyst #8251CF
Tints of Amethyst #8251CF
RGB
CMYK
RGB Variations
Color information
#8251CF (or 0x8251CF) is known color: Amethyst. HEX triplet: 82, 51 and CF. RGB value is (130,81,207). Sum of RGB (Red+Green+Blue) = 130+81+207=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #8251CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251CF is #7DAE30. Grayscale: #6D6D6D. Windows color (decimal): -8236593 or 13586818. OLE color: 13586818.
HSL color Cylindrical-coordinate representation of color #8251CF: hue angle of 263.33º 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 #8251CF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 81 | 207 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.19 |
| HSL | 263.33º | 0.57% | 0.56% | - |
| HSV(B) | 263.33º | 0.61% | 0.81% | - |
| XYZ | 23.41 | 15.14 | 60.72 | - |
| YUV | 110.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 207 | 0.37 | 0.61 | 0 | 0.19 | 263.33 | 0.57 | 0.56 |
| Hex | 82 | 51 | CF | 25 | 3D | 0 | 13 | 107 | 39 | 38 |
| Octal | 202 | 121 | 317 | 45 | 75 | 0 | 23 | 407 | 71 | 70 |
| Binary | 10000010 | 1010001 | 11001111 | 100101 | 111101 | 0 | 10011 | 100000111 | 111001 | 111000 |
Color Harmonies of #8251CF
Complementary color
Monochromatic Colors of #8251CF
Black with #8251CF
Text Example
Text Example
White with #8251CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251CF; }
p { color: rgb(130,81,207); }
H1.HeaderClassName
{
color: #8251CF;
}
.AnyTagClassName
{
color: #8251CF;
}
</style>
background-color css
<style>
a { background-color: #8251CF; }
a { background-color: rgb(130,81,207); }
div.DivClassName
{
background-color: #8251CF;
}
.BgClassName
{
background-color: #8251CF;
}
</style>
border-color css
<style>
span { border-color: #8251CF; }
span { border-color: rgb(130,81,207); }
td.TdClassName
{
border-color: #8251CF;
}
.TagClassName
{
border-color: #8251CF;
}
</style>