Shades of Medium Purple #8770DF
Tints of Medium Purple #8770DF
RGB
CMYK
RGB Variations
Color information
#8770DF (or 0x8770DF) is known color: Medium Purple. HEX triplet: 87, 70 and DF. RGB value is (135,112,223). Sum of RGB (Red+Green+Blue) = 135+112+223=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8770DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770DF is #788F20. Grayscale: #838383. Windows color (decimal): -7900961 or 14643335. OLE color: 14643335.
HSL color Cylindrical-coordinate representation of color #8770DF: hue angle of 252.43º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8770DF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 112 | 223 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 252.43º | 0.63% | 0.66% | - |
| HSV(B) | 252.43º | 0.5% | 0.87% | - |
| XYZ | 29.11 | 22.07 | 72.54 | - |
| YUV | 131.53 | 179.62 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 223 | 0.39 | 0.50 | 0 | 0.13 | 252.43 | 0.63 | 0.66 |
| Hex | 87 | 70 | DF | 27 | 32 | 0 | D | FC | 3F | 42 |
| Octal | 207 | 160 | 337 | 47 | 62 | 0 | 15 | 374 | 77 | 102 |
| Binary | 10000111 | 1110000 | 11011111 | 100111 | 110010 | 0 | 1101 | 11111100 | 111111 | 1000010 |
Color Harmonies of #8770DF
Complementary color
Monochromatic Colors of #8770DF
Black with #8770DF
Text Example
Text Example
White with #8770DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770DF; }
p { color: rgb(135,112,223); }
H1.HeaderClassName
{
color: #8770DF;
}
.AnyTagClassName
{
color: #8770DF;
}
</style>
background-color css
<style>
a { background-color: #8770DF; }
a { background-color: rgb(135,112,223); }
div.DivClassName
{
background-color: #8770DF;
}
.BgClassName
{
background-color: #8770DF;
}
</style>
border-color css
<style>
span { border-color: #8770DF; }
span { border-color: rgb(135,112,223); }
td.TdClassName
{
border-color: #8770DF;
}
.TagClassName
{
border-color: #8770DF;
}
</style>