Shades of Amethyst #8253CF
Tints of Amethyst #8253CF
RGB
CMYK
RGB Variations
Color information
#8253CF (or 0x8253CF) is known color: Amethyst. HEX triplet: 82, 53 and CF. RGB value is (130,83,207). Sum of RGB (Red+Green+Blue) = 130+83+207=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 83 (32.81% from 255 or 19.76% 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 #8253CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253CF is #7DAC30. Grayscale: #6E6E6E. Windows color (decimal): -8236081 or 13587330. OLE color: 13587330.
HSL color Cylindrical-coordinate representation of color #8253CF: hue angle of 262.74º degrees, saturation: 0.56, 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 #8253CF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 83 | 207 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.19 |
| HSL | 262.74º | 0.56% | 0.57% | - |
| HSV(B) | 262.74º | 0.6% | 0.81% | - |
| XYZ | 23.56 | 15.44 | 60.77 | - |
| YUV | 111.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 207 | 0.37 | 0.60 | 0 | 0.19 | 262.74 | 0.56 | 0.57 |
| Hex | 82 | 53 | CF | 25 | 3C | 0 | 13 | 107 | 38 | 39 |
| Octal | 202 | 123 | 317 | 45 | 74 | 0 | 23 | 407 | 70 | 71 |
| Binary | 10000010 | 1010011 | 11001111 | 100101 | 111100 | 0 | 10011 | 100000111 | 111000 | 111001 |
Color Harmonies of #8253CF
Complementary color
Monochromatic Colors of #8253CF
Black with #8253CF
Text Example
Text Example
White with #8253CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253CF; }
p { color: rgb(130,83,207); }
H1.HeaderClassName
{
color: #8253CF;
}
.AnyTagClassName
{
color: #8253CF;
}
</style>
background-color css
<style>
a { background-color: #8253CF; }
a { background-color: rgb(130,83,207); }
div.DivClassName
{
background-color: #8253CF;
}
.BgClassName
{
background-color: #8253CF;
}
</style>
border-color css
<style>
span { border-color: #8253CF; }
span { border-color: rgb(130,83,207); }
td.TdClassName
{
border-color: #8253CF;
}
.TagClassName
{
border-color: #8253CF;
}
</style>