Shades of Amethyst #8652CE
Tints of Amethyst #8652CE
RGB
CMYK
RGB Variations
Color information
#8652CE (or 0x8652CE) is known color: Amethyst. HEX triplet: 86, 52 and CE. RGB value is (134,82,206). Sum of RGB (Red+Green+Blue) = 134+82+206=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8652CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652CE is #79AD31. Grayscale: #6F6F6F. Windows color (decimal): -7974194 or 13521542. OLE color: 13521542.
HSL color Cylindrical-coordinate representation of color #8652CE: hue angle of 265.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8652CE is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 82 | 206 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.19 |
| HSL | 265.16º | 0.56% | 0.56% | - |
| HSV(B) | 265.16º | 0.6% | 0.81% | - |
| XYZ | 23.99 | 15.56 | 60.13 | - |
| YUV | 111.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 206 | 0.35 | 0.60 | 0 | 0.19 | 265.16 | 0.56 | 0.56 |
| Hex | 86 | 52 | CE | 23 | 3C | 0 | 13 | 109 | 38 | 38 |
| Octal | 206 | 122 | 316 | 43 | 74 | 0 | 23 | 411 | 70 | 70 |
| Binary | 10000110 | 1010010 | 11001110 | 100011 | 111100 | 0 | 10011 | 100001001 | 111000 | 111000 |
Color Harmonies of #8652CE
Complementary color
Monochromatic Colors of #8652CE
Black with #8652CE
Text Example
Text Example
White with #8652CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8652CE; }
p { color: rgb(134,82,206); }
H1.HeaderClassName
{
color: #8652CE;
}
.AnyTagClassName
{
color: #8652CE;
}
</style>
background-color css
<style>
a { background-color: #8652CE; }
a { background-color: rgb(134,82,206); }
div.DivClassName
{
background-color: #8652CE;
}
.BgClassName
{
background-color: #8652CE;
}
</style>
border-color css
<style>
span { border-color: #8652CE; }
span { border-color: rgb(134,82,206); }
td.TdClassName
{
border-color: #8652CE;
}
.TagClassName
{
border-color: #8652CE;
}
</style>