Shades of Amethyst #875BCF
Tints of Amethyst #875BCF
RGB
CMYK
RGB Variations
Color information
#875BCF (or 0x875BCF) is known color: Amethyst. HEX triplet: 87, 5B and CF. RGB value is (135,91,207). Sum of RGB (Red+Green+Blue) = 135+91+207=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #875BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BCF is #78A430. Grayscale: #747474. Windows color (decimal): -7906353 or 13589383. OLE color: 13589383.
HSL color Cylindrical-coordinate representation of color #875BCF: hue angle of 262.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875BCF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 91 | 207 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.19 |
| HSL | 262.76º | 0.55% | 0.58% | - |
| HSV(B) | 262.76º | 0.56% | 0.81% | - |
| XYZ | 25 | 17.14 | 61.02 | - |
| YUV | 117.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 207 | 0.35 | 0.56 | 0 | 0.19 | 262.76 | 0.55 | 0.58 |
| Hex | 87 | 5B | CF | 23 | 38 | 0 | 13 | 107 | 37 | 3A |
| Octal | 207 | 133 | 317 | 43 | 70 | 0 | 23 | 407 | 67 | 72 |
| Binary | 10000111 | 1011011 | 11001111 | 100011 | 111000 | 0 | 10011 | 100000111 | 110111 | 111010 |
Color Harmonies of #875BCF
Complementary color
Monochromatic Colors of #875BCF
Black with #875BCF
Text Example
Text Example
White with #875BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BCF; }
p { color: rgb(135,91,207); }
H1.HeaderClassName
{
color: #875BCF;
}
.AnyTagClassName
{
color: #875BCF;
}
</style>
background-color css
<style>
a { background-color: #875BCF; }
a { background-color: rgb(135,91,207); }
div.DivClassName
{
background-color: #875BCF;
}
.BgClassName
{
background-color: #875BCF;
}
</style>
border-color css
<style>
span { border-color: #875BCF; }
span { border-color: rgb(135,91,207); }
td.TdClassName
{
border-color: #875BCF;
}
.TagClassName
{
border-color: #875BCF;
}
</style>