Shades of Amethyst #875DC6
Tints of Amethyst #875DC6
RGB
CMYK
RGB Variations
Color information
#875DC6 (or 0x875DC6) is known color: Amethyst. HEX triplet: 87, 5D and C6. RGB value is (135,93,198). Sum of RGB (Red+Green+Blue) = 135+93+198=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #875DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DC6 is #78A239. Grayscale: #757575. Windows color (decimal): -7905850 or 13000071. OLE color: 13000071.
HSL color Cylindrical-coordinate representation of color #875DC6: hue angle of 264º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875DC6 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 93 | 198 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.22 |
| HSL | 264º | 0.48% | 0.57% | - |
| HSV(B) | 264º | 0.53% | 0.78% | - |
| XYZ | 24.1 | 17.06 | 55.45 | - |
| YUV | 117.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 198 | 0.32 | 0.53 | 0 | 0.22 | 264 | 0.48 | 0.57 |
| Hex | 87 | 5D | C6 | 20 | 35 | 0 | 16 | 108 | 30 | 39 |
| Octal | 207 | 135 | 306 | 40 | 65 | 0 | 26 | 410 | 60 | 71 |
| Binary | 10000111 | 1011101 | 11000110 | 100000 | 110101 | 0 | 10110 | 100001000 | 110000 | 111001 |
Color Harmonies of #875DC6
Complementary color
Monochromatic Colors of #875DC6
Black with #875DC6
Text Example
Text Example
White with #875DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DC6; }
p { color: rgb(135,93,198); }
H1.HeaderClassName
{
color: #875DC6;
}
.AnyTagClassName
{
color: #875DC6;
}
</style>
background-color css
<style>
a { background-color: #875DC6; }
a { background-color: rgb(135,93,198); }
div.DivClassName
{
background-color: #875DC6;
}
.BgClassName
{
background-color: #875DC6;
}
</style>
border-color css
<style>
span { border-color: #875DC6; }
span { border-color: rgb(135,93,198); }
td.TdClassName
{
border-color: #875DC6;
}
.TagClassName
{
border-color: #875DC6;
}
</style>