Shades of Amethyst #8753CE
Tints of Amethyst #8753CE
RGB
CMYK
RGB Variations
Color information
#8753CE (or 0x8753CE) is known color: Amethyst. HEX triplet: 87, 53 and CE. RGB value is (135,83,206). Sum of RGB (Red+Green+Blue) = 135+83+206=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #8753CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8753CE is #78AC31. Grayscale: #707070. Windows color (decimal): -7908402 or 13521799. OLE color: 13521799.
HSL color Cylindrical-coordinate representation of color #8753CE: hue angle of 265.37º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8753CE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 83 | 206 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.19 |
| HSL | 265.37º | 0.56% | 0.57% | - |
| HSV(B) | 265.37º | 0.6% | 0.81% | - |
| XYZ | 24.23 | 15.79 | 60.16 | - |
| YUV | 112.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 206 | 0.34 | 0.60 | 0 | 0.19 | 265.37 | 0.56 | 0.57 |
| Hex | 87 | 53 | CE | 22 | 3C | 0 | 13 | 109 | 38 | 39 |
| Octal | 207 | 123 | 316 | 42 | 74 | 0 | 23 | 411 | 70 | 71 |
| Binary | 10000111 | 1010011 | 11001110 | 100010 | 111100 | 0 | 10011 | 100001001 | 111000 | 111001 |
Color Harmonies of #8753CE
Complementary color
Monochromatic Colors of #8753CE
Black with #8753CE
Text Example
Text Example
White with #8753CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8753CE; }
p { color: rgb(135,83,206); }
H1.HeaderClassName
{
color: #8753CE;
}
.AnyTagClassName
{
color: #8753CE;
}
</style>
background-color css
<style>
a { background-color: #8753CE; }
a { background-color: rgb(135,83,206); }
div.DivClassName
{
background-color: #8753CE;
}
.BgClassName
{
background-color: #8753CE;
}
</style>
border-color css
<style>
span { border-color: #8753CE; }
span { border-color: rgb(135,83,206); }
td.TdClassName
{
border-color: #8753CE;
}
.TagClassName
{
border-color: #8753CE;
}
</style>