Shades of Amethyst #8255CF
Tints of Amethyst #8255CF
RGB
CMYK
RGB Variations
Color information
#8255CF (or 0x8255CF) is known color: Amethyst. HEX triplet: 82, 55 and CF. RGB value is (130,85,207). Sum of RGB (Red+Green+Blue) = 130+85+207=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #8255CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255CF is #7DAA30. Grayscale: #6F6F6F. Windows color (decimal): -8235569 or 13587842. OLE color: 13587842.
HSL color Cylindrical-coordinate representation of color #8255CF: hue angle of 262.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8255CF is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 85 | 207 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.19 |
| HSL | 262.13º | 0.56% | 0.57% | - |
| HSV(B) | 262.13º | 0.59% | 0.81% | - |
| XYZ | 23.72 | 15.75 | 60.82 | - |
| YUV | 112.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 207 | 0.37 | 0.59 | 0 | 0.19 | 262.13 | 0.56 | 0.57 |
| Hex | 82 | 55 | CF | 25 | 3B | 0 | 13 | 106 | 38 | 39 |
| Octal | 202 | 125 | 317 | 45 | 73 | 0 | 23 | 406 | 70 | 71 |
| Binary | 10000010 | 1010101 | 11001111 | 100101 | 111011 | 0 | 10011 | 100000110 | 111000 | 111001 |
Color Harmonies of #8255CF
Complementary color
Monochromatic Colors of #8255CF
Black with #8255CF
Text Example
Text Example
White with #8255CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255CF; }
p { color: rgb(130,85,207); }
H1.HeaderClassName
{
color: #8255CF;
}
.AnyTagClassName
{
color: #8255CF;
}
</style>
background-color css
<style>
a { background-color: #8255CF; }
a { background-color: rgb(130,85,207); }
div.DivClassName
{
background-color: #8255CF;
}
.BgClassName
{
background-color: #8255CF;
}
</style>
border-color css
<style>
span { border-color: #8255CF; }
span { border-color: rgb(130,85,207); }
td.TdClassName
{
border-color: #8255CF;
}
.TagClassName
{
border-color: #8255CF;
}
</style>