Shades of Amethyst #875ACC
Tints of Amethyst #875ACC
RGB
CMYK
RGB Variations
Color information
#875ACC (or 0x875ACC) is known color: Amethyst. HEX triplet: 87, 5A and CC. RGB value is (135,90,204). Sum of RGB (Red+Green+Blue) = 135+90+204=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #875ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ACC is #78A533. Grayscale: #747474. Windows color (decimal): -7906612 or 13392519. OLE color: 13392519.
HSL color Cylindrical-coordinate representation of color #875ACC: hue angle of 263.68º 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 #875ACC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 90 | 204 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.2 |
| HSL | 263.68º | 0.53% | 0.58% | - |
| HSV(B) | 263.68º | 0.56% | 0.8% | - |
| XYZ | 24.55 | 16.82 | 59.08 | - |
| YUV | 116.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 204 | 0.34 | 0.56 | 0 | 0.2 | 263.68 | 0.53 | 0.58 |
| Hex | 87 | 5A | CC | 22 | 38 | 0 | 14 | 108 | 35 | 3A |
| Octal | 207 | 132 | 314 | 42 | 70 | 0 | 24 | 410 | 65 | 72 |
| Binary | 10000111 | 1011010 | 11001100 | 100010 | 111000 | 0 | 10100 | 100001000 | 110101 | 111010 |
Color Harmonies of #875ACC
Complementary color
Monochromatic Colors of #875ACC
Black with #875ACC
Text Example
Text Example
White with #875ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ACC; }
p { color: rgb(135,90,204); }
H1.HeaderClassName
{
color: #875ACC;
}
.AnyTagClassName
{
color: #875ACC;
}
</style>
background-color css
<style>
a { background-color: #875ACC; }
a { background-color: rgb(135,90,204); }
div.DivClassName
{
background-color: #875ACC;
}
.BgClassName
{
background-color: #875ACC;
}
</style>
border-color css
<style>
span { border-color: #875ACC; }
span { border-color: rgb(135,90,204); }
td.TdClassName
{
border-color: #875ACC;
}
.TagClassName
{
border-color: #875ACC;
}
</style>