Shades of Amethyst #8255C4
Tints of Amethyst #8255C4
RGB
CMYK
RGB Variations
Color information
#8255C4 (or 0x8255C4) is known color: Amethyst. HEX triplet: 82, 55 and C4. RGB value is (130,85,196). Sum of RGB (Red+Green+Blue) = 130+85+196=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #8255C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255C4 is #7DAA3B. Grayscale: #6E6E6E. Windows color (decimal): -8235580 or 12866946. OLE color: 12866946.
HSL color Cylindrical-coordinate representation of color #8255C4: hue angle of 264.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8255C4 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 85 | 196 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.23 |
| HSL | 264.32º | 0.48% | 0.55% | - |
| HSV(B) | 264.32º | 0.57% | 0.77% | - |
| XYZ | 22.42 | 15.23 | 53.98 | - |
| YUV | 111.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 196 | 0.34 | 0.57 | 0 | 0.23 | 264.32 | 0.48 | 0.55 |
| Hex | 82 | 55 | C4 | 22 | 39 | 0 | 17 | 108 | 30 | 37 |
| Octal | 202 | 125 | 304 | 42 | 71 | 0 | 27 | 410 | 60 | 67 |
| Binary | 10000010 | 1010101 | 11000100 | 100010 | 111001 | 0 | 10111 | 100001000 | 110000 | 110111 |
Color Harmonies of #8255C4
Complementary color
Monochromatic Colors of #8255C4
Black with #8255C4
Text Example
Text Example
White with #8255C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255C4; }
p { color: rgb(130,85,196); }
H1.HeaderClassName
{
color: #8255C4;
}
.AnyTagClassName
{
color: #8255C4;
}
</style>
background-color css
<style>
a { background-color: #8255C4; }
a { background-color: rgb(130,85,196); }
div.DivClassName
{
background-color: #8255C4;
}
.BgClassName
{
background-color: #8255C4;
}
</style>
border-color css
<style>
span { border-color: #8255C4; }
span { border-color: rgb(130,85,196); }
td.TdClassName
{
border-color: #8255C4;
}
.TagClassName
{
border-color: #8255C4;
}
</style>