Shades of Amethyst #875AD0
Tints of Amethyst #875AD0
RGB
CMYK
RGB Variations
Color information
#875AD0 (or 0x875AD0) is known color: Amethyst. HEX triplet: 87, 5A and D0. RGB value is (135,90,208). Sum of RGB (Red+Green+Blue) = 135+90+208=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #875AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AD0 is #78A52F. Grayscale: #747474. Windows color (decimal): -7906608 or 13654663. OLE color: 13654663.
HSL color Cylindrical-coordinate representation of color #875AD0: hue angle of 262.88º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875AD0 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 90 | 208 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.18 |
| HSL | 262.88º | 0.56% | 0.58% | - |
| HSV(B) | 262.88º | 0.57% | 0.82% | - |
| XYZ | 25.03 | 17.02 | 61.64 | - |
| YUV | 116.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 208 | 0.35 | 0.57 | 0 | 0.18 | 262.88 | 0.56 | 0.58 |
| Hex | 87 | 5A | D0 | 23 | 39 | 0 | 12 | 107 | 38 | 3A |
| Octal | 207 | 132 | 320 | 43 | 71 | 0 | 22 | 407 | 70 | 72 |
| Binary | 10000111 | 1011010 | 11010000 | 100011 | 111001 | 0 | 10010 | 100000111 | 111000 | 111010 |
Color Harmonies of #875AD0
Complementary color
Monochromatic Colors of #875AD0
Black with #875AD0
Text Example
Text Example
White with #875AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AD0; }
p { color: rgb(135,90,208); }
H1.HeaderClassName
{
color: #875AD0;
}
.AnyTagClassName
{
color: #875AD0;
}
</style>
background-color css
<style>
a { background-color: #875AD0; }
a { background-color: rgb(135,90,208); }
div.DivClassName
{
background-color: #875AD0;
}
.BgClassName
{
background-color: #875AD0;
}
</style>
border-color css
<style>
span { border-color: #875AD0; }
span { border-color: rgb(135,90,208); }
td.TdClassName
{
border-color: #875AD0;
}
.TagClassName
{
border-color: #875AD0;
}
</style>