Shades of Amethyst #8254CA
Tints of Amethyst #8254CA
RGB
CMYK
RGB Variations
Color information
#8254CA (or 0x8254CA) is known color: Amethyst. HEX triplet: 82, 54 and CA. RGB value is (130,84,202). Sum of RGB (Red+Green+Blue) = 130+84+202=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #8254CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254CA is #7DAB35. Grayscale: #6E6E6E. Windows color (decimal): -8235830 or 13259906. OLE color: 13259906.
HSL color Cylindrical-coordinate representation of color #8254CA: hue angle of 263.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8254CA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 84 | 202 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.21 |
| HSL | 263.39º | 0.53% | 0.56% | - |
| HSV(B) | 263.39º | 0.58% | 0.79% | - |
| XYZ | 23.04 | 15.35 | 57.63 | - |
| YUV | 111.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 202 | 0.36 | 0.58 | 0 | 0.21 | 263.39 | 0.53 | 0.56 |
| Hex | 82 | 54 | CA | 24 | 3A | 0 | 15 | 107 | 35 | 38 |
| Octal | 202 | 124 | 312 | 44 | 72 | 0 | 25 | 407 | 65 | 70 |
| Binary | 10000010 | 1010100 | 11001010 | 100100 | 111010 | 0 | 10101 | 100000111 | 110101 | 111000 |
Color Harmonies of #8254CA
Complementary color
Monochromatic Colors of #8254CA
Black with #8254CA
Text Example
Text Example
White with #8254CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8254CA; }
p { color: rgb(130,84,202); }
H1.HeaderClassName
{
color: #8254CA;
}
.AnyTagClassName
{
color: #8254CA;
}
</style>
background-color css
<style>
a { background-color: #8254CA; }
a { background-color: rgb(130,84,202); }
div.DivClassName
{
background-color: #8254CA;
}
.BgClassName
{
background-color: #8254CA;
}
</style>
border-color css
<style>
span { border-color: #8254CA; }
span { border-color: rgb(130,84,202); }
td.TdClassName
{
border-color: #8254CA;
}
.TagClassName
{
border-color: #8254CA;
}
</style>