Shades of Amethyst #8253CD
Tints of Amethyst #8253CD
RGB
CMYK
RGB Variations
Color information
#8253CD (or 0x8253CD) is known color: Amethyst. HEX triplet: 82, 53 and CD. RGB value is (130,83,205). Sum of RGB (Red+Green+Blue) = 130+83+205=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #8253CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253CD is #7DAC32. Grayscale: #6E6E6E. Windows color (decimal): -8236083 or 13456258. OLE color: 13456258.
HSL color Cylindrical-coordinate representation of color #8253CD: hue angle of 263.11º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8253CD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 83 | 205 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.20 |
| HSL | 263.11º | 0.55% | 0.56% | - |
| HSV(B) | 263.11º | 0.6% | 0.8% | - |
| XYZ | 23.32 | 15.34 | 59.49 | - |
| YUV | 110.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 205 | 0.37 | 0.60 | 0 | 0.20 | 263.11 | 0.55 | 0.56 |
| Hex | 82 | 53 | CD | 25 | 3C | 0 | 14 | 107 | 37 | 38 |
| Octal | 202 | 123 | 315 | 45 | 74 | 0 | 24 | 407 | 67 | 70 |
| Binary | 10000010 | 1010011 | 11001101 | 100101 | 111100 | 0 | 10100 | 100000111 | 110111 | 111000 |
Color Harmonies of #8253CD
Complementary color
Monochromatic Colors of #8253CD
Black with #8253CD
Text Example
Text Example
White with #8253CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253CD; }
p { color: rgb(130,83,205); }
H1.HeaderClassName
{
color: #8253CD;
}
.AnyTagClassName
{
color: #8253CD;
}
</style>
background-color css
<style>
a { background-color: #8253CD; }
a { background-color: rgb(130,83,205); }
div.DivClassName
{
background-color: #8253CD;
}
.BgClassName
{
background-color: #8253CD;
}
</style>
border-color css
<style>
span { border-color: #8253CD; }
span { border-color: rgb(130,83,205); }
td.TdClassName
{
border-color: #8253CD;
}
.TagClassName
{
border-color: #8253CD;
}
</style>