Shades of Amethyst #8255CD
Tints of Amethyst #8255CD
RGB
CMYK
RGB Variations
Color information
#8255CD (or 0x8255CD) is known color: Amethyst. HEX triplet: 82, 55 and CD. RGB value is (130,85,205). Sum of RGB (Red+Green+Blue) = 130+85+205=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #8255CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255CD is #7DAA32. Grayscale: #6F6F6F. Windows color (decimal): -8235571 or 13456770. OLE color: 13456770.
HSL color Cylindrical-coordinate representation of color #8255CD: hue angle of 262.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8255CD is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 85 | 205 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.20 |
| HSL | 262.5º | 0.55% | 0.57% | - |
| HSV(B) | 262.5º | 0.59% | 0.8% | - |
| XYZ | 23.47 | 15.65 | 59.54 | - |
| YUV | 112.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 205 | 0.37 | 0.59 | 0 | 0.20 | 262.5 | 0.55 | 0.57 |
| Hex | 82 | 55 | CD | 25 | 3B | 0 | 14 | 106 | 37 | 39 |
| Octal | 202 | 125 | 315 | 45 | 73 | 0 | 24 | 406 | 67 | 71 |
| Binary | 10000010 | 1010101 | 11001101 | 100101 | 111011 | 0 | 10100 | 100000110 | 110111 | 111001 |
Color Harmonies of #8255CD
Complementary color
Monochromatic Colors of #8255CD
Black with #8255CD
Text Example
Text Example
White with #8255CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255CD; }
p { color: rgb(130,85,205); }
H1.HeaderClassName
{
color: #8255CD;
}
.AnyTagClassName
{
color: #8255CD;
}
</style>
background-color css
<style>
a { background-color: #8255CD; }
a { background-color: rgb(130,85,205); }
div.DivClassName
{
background-color: #8255CD;
}
.BgClassName
{
background-color: #8255CD;
}
</style>
border-color css
<style>
span { border-color: #8255CD; }
span { border-color: rgb(130,85,205); }
td.TdClassName
{
border-color: #8255CD;
}
.TagClassName
{
border-color: #8255CD;
}
</style>