Shades of Amethyst #8752CE
Tints of Amethyst #8752CE
RGB
CMYK
RGB Variations
Color information
#8752CE (or 0x8752CE) is known color: Amethyst. HEX triplet: 87, 52 and CE. RGB value is (135,82,206). Sum of RGB (Red+Green+Blue) = 135+82+206=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #8752CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752CE is #78AD31. Grayscale: #6F6F6F. Windows color (decimal): -7908658 or 13521543. OLE color: 13521543.
HSL color Cylindrical-coordinate representation of color #8752CE: hue angle of 265.65º 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 #8752CE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 82 | 206 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.19 |
| HSL | 265.65º | 0.56% | 0.56% | - |
| HSV(B) | 265.65º | 0.6% | 0.81% | - |
| XYZ | 24.15 | 15.64 | 60.14 | - |
| YUV | 111.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 206 | 0.34 | 0.60 | 0 | 0.19 | 265.65 | 0.56 | 0.56 |
| Hex | 87 | 52 | CE | 22 | 3C | 0 | 13 | 10A | 38 | 38 |
| Octal | 207 | 122 | 316 | 42 | 74 | 0 | 23 | 412 | 70 | 70 |
| Binary | 10000111 | 1010010 | 11001110 | 100010 | 111100 | 0 | 10011 | 100001010 | 111000 | 111000 |
Color Harmonies of #8752CE
Complementary color
Monochromatic Colors of #8752CE
Black with #8752CE
Text Example
Text Example
White with #8752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752CE; }
p { color: rgb(135,82,206); }
H1.HeaderClassName
{
color: #8752CE;
}
.AnyTagClassName
{
color: #8752CE;
}
</style>
background-color css
<style>
a { background-color: #8752CE; }
a { background-color: rgb(135,82,206); }
div.DivClassName
{
background-color: #8752CE;
}
.BgClassName
{
background-color: #8752CE;
}
</style>
border-color css
<style>
span { border-color: #8752CE; }
span { border-color: rgb(135,82,206); }
td.TdClassName
{
border-color: #8752CE;
}
.TagClassName
{
border-color: #8752CE;
}
</style>