Shades of Medium Purple #876FDF
Tints of Medium Purple #876FDF
RGB
CMYK
RGB Variations
Color information
#876FDF (or 0x876FDF) is known color: Medium Purple. HEX triplet: 87, 6F and DF. RGB value is (135,111,223). Sum of RGB (Red+Green+Blue) = 135+111+223=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #876FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FDF is #789020. Grayscale: #828282. Windows color (decimal): -7901217 or 14643079. OLE color: 14643079.
HSL color Cylindrical-coordinate representation of color #876FDF: hue angle of 252.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876FDF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 111 | 223 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 252.86º | 0.64% | 0.65% | - |
| HSV(B) | 252.86º | 0.5% | 0.87% | - |
| XYZ | 29 | 21.85 | 72.5 | - |
| YUV | 130.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 223 | 0.39 | 0.50 | 0 | 0.13 | 252.86 | 0.64 | 0.65 |
| Hex | 87 | 6F | DF | 27 | 32 | 0 | D | FD | 40 | 41 |
| Octal | 207 | 157 | 337 | 47 | 62 | 0 | 15 | 375 | 100 | 101 |
| Binary | 10000111 | 1101111 | 11011111 | 100111 | 110010 | 0 | 1101 | 11111101 | 1000000 | 1000001 |
Color Harmonies of #876FDF
Complementary color
Monochromatic Colors of #876FDF
Black with #876FDF
Text Example
Text Example
White with #876FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FDF; }
p { color: rgb(135,111,223); }
H1.HeaderClassName
{
color: #876FDF;
}
.AnyTagClassName
{
color: #876FDF;
}
</style>
background-color css
<style>
a { background-color: #876FDF; }
a { background-color: rgb(135,111,223); }
div.DivClassName
{
background-color: #876FDF;
}
.BgClassName
{
background-color: #876FDF;
}
</style>
border-color css
<style>
span { border-color: #876FDF; }
span { border-color: rgb(135,111,223); }
td.TdClassName
{
border-color: #876FDF;
}
.TagClassName
{
border-color: #876FDF;
}
</style>