Shades of Amethyst #8750CE
Tints of Amethyst #8750CE
RGB
CMYK
RGB Variations
Color information
#8750CE (or 0x8750CE) is known color: Amethyst. HEX triplet: 87, 50 and CE. RGB value is (135,80,206). Sum of RGB (Red+Green+Blue) = 135+80+206=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #8750CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750CE is #78AF31. Grayscale: #6E6E6E. Windows color (decimal): -7909170 or 13521031. OLE color: 13521031.
HSL color Cylindrical-coordinate representation of color #8750CE: hue angle of 266.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8750CE is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 80 | 206 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.19 |
| HSL | 266.19º | 0.56% | 0.56% | - |
| HSV(B) | 266.19º | 0.61% | 0.81% | - |
| XYZ | 24 | 15.34 | 60.09 | - |
| YUV | 110.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 206 | 0.34 | 0.61 | 0 | 0.19 | 266.19 | 0.56 | 0.56 |
| Hex | 87 | 50 | CE | 22 | 3D | 0 | 13 | 10A | 38 | 38 |
| Octal | 207 | 120 | 316 | 42 | 75 | 0 | 23 | 412 | 70 | 70 |
| Binary | 10000111 | 1010000 | 11001110 | 100010 | 111101 | 0 | 10011 | 100001010 | 111000 | 111000 |
Color Harmonies of #8750CE
Complementary color
Monochromatic Colors of #8750CE
Black with #8750CE
Text Example
Text Example
White with #8750CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8750CE; }
p { color: rgb(135,80,206); }
H1.HeaderClassName
{
color: #8750CE;
}
.AnyTagClassName
{
color: #8750CE;
}
</style>
background-color css
<style>
a { background-color: #8750CE; }
a { background-color: rgb(135,80,206); }
div.DivClassName
{
background-color: #8750CE;
}
.BgClassName
{
background-color: #8750CE;
}
</style>
border-color css
<style>
span { border-color: #8750CE; }
span { border-color: rgb(135,80,206); }
td.TdClassName
{
border-color: #8750CE;
}
.TagClassName
{
border-color: #8750CE;
}
</style>