Shades of Amethyst #875BCC
Tints of Amethyst #875BCC
RGB
CMYK
RGB Variations
Color information
#875BCC (or 0x875BCC) is known color: Amethyst. HEX triplet: 87, 5B and CC. RGB value is (135,91,204). Sum of RGB (Red+Green+Blue) = 135+91+204=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #875BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BCC is #78A433. Grayscale: #747474. Windows color (decimal): -7906356 or 13392775. OLE color: 13392775.
HSL color Cylindrical-coordinate representation of color #875BCC: hue angle of 263.36º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #875BCC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 91 | 204 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.2 |
| HSL | 263.36º | 0.53% | 0.58% | - |
| HSV(B) | 263.36º | 0.55% | 0.8% | - |
| XYZ | 24.63 | 16.99 | 59.11 | - |
| YUV | 117.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 204 | 0.34 | 0.55 | 0 | 0.2 | 263.36 | 0.53 | 0.58 |
| Hex | 87 | 5B | CC | 22 | 37 | 0 | 14 | 107 | 35 | 3A |
| Octal | 207 | 133 | 314 | 42 | 67 | 0 | 24 | 407 | 65 | 72 |
| Binary | 10000111 | 1011011 | 11001100 | 100010 | 110111 | 0 | 10100 | 100000111 | 110101 | 111010 |
Color Harmonies of #875BCC
Complementary color
Monochromatic Colors of #875BCC
Black with #875BCC
Text Example
Text Example
White with #875BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BCC; }
p { color: rgb(135,91,204); }
H1.HeaderClassName
{
color: #875BCC;
}
.AnyTagClassName
{
color: #875BCC;
}
</style>
background-color css
<style>
a { background-color: #875BCC; }
a { background-color: rgb(135,91,204); }
div.DivClassName
{
background-color: #875BCC;
}
.BgClassName
{
background-color: #875BCC;
}
</style>
border-color css
<style>
span { border-color: #875BCC; }
span { border-color: rgb(135,91,204); }
td.TdClassName
{
border-color: #875BCC;
}
.TagClassName
{
border-color: #875BCC;
}
</style>