Shades of Amethyst #875ACD
Tints of Amethyst #875ACD
RGB
CMYK
RGB Variations
Color information
#875ACD (or 0x875ACD) is known color: Amethyst. HEX triplet: 87, 5A and CD. RGB value is (135,90,205). Sum of RGB (Red+Green+Blue) = 135+90+205=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #875ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ACD is #78A532. Grayscale: #747474. Windows color (decimal): -7906611 or 13458055. OLE color: 13458055.
HSL color Cylindrical-coordinate representation of color #875ACD: hue angle of 263.48º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875ACD is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 90 | 205 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.20 |
| HSL | 263.48º | 0.53% | 0.58% | - |
| HSV(B) | 263.48º | 0.56% | 0.8% | - |
| XYZ | 24.67 | 16.87 | 59.71 | - |
| YUV | 116.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 205 | 0.34 | 0.56 | 0 | 0.20 | 263.48 | 0.53 | 0.58 |
| Hex | 87 | 5A | CD | 22 | 38 | 0 | 14 | 107 | 35 | 3A |
| Octal | 207 | 132 | 315 | 42 | 70 | 0 | 24 | 407 | 65 | 72 |
| Binary | 10000111 | 1011010 | 11001101 | 100010 | 111000 | 0 | 10100 | 100000111 | 110101 | 111010 |
Color Harmonies of #875ACD
Complementary color
Monochromatic Colors of #875ACD
Black with #875ACD
Text Example
Text Example
White with #875ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ACD; }
p { color: rgb(135,90,205); }
H1.HeaderClassName
{
color: #875ACD;
}
.AnyTagClassName
{
color: #875ACD;
}
</style>
background-color css
<style>
a { background-color: #875ACD; }
a { background-color: rgb(135,90,205); }
div.DivClassName
{
background-color: #875ACD;
}
.BgClassName
{
background-color: #875ACD;
}
</style>
border-color css
<style>
span { border-color: #875ACD; }
span { border-color: rgb(135,90,205); }
td.TdClassName
{
border-color: #875ACD;
}
.TagClassName
{
border-color: #875ACD;
}
</style>