Shades of Medium Purple #8765DC
Tints of Medium Purple #8765DC
RGB
CMYK
RGB Variations
Color information
#8765DC (or 0x8765DC) is known color: Medium Purple. HEX triplet: 87, 65 and DC. RGB value is (135,101,220). Sum of RGB (Red+Green+Blue) = 135+101+220=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #8765DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765DC is #789A23. Grayscale: #7C7C7C. Windows color (decimal): -7903780 or 14443911. OLE color: 14443911.
HSL color Cylindrical-coordinate representation of color #8765DC: hue angle of 257.14º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8765DC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 101 | 220 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.14 |
| HSL | 257.14º | 0.63% | 0.63% | - |
| HSV(B) | 257.14º | 0.54% | 0.86% | - |
| XYZ | 27.56 | 19.63 | 70.05 | - |
| YUV | 124.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 220 | 0.39 | 0.54 | 0 | 0.14 | 257.14 | 0.63 | 0.63 |
| Hex | 87 | 65 | DC | 27 | 36 | 0 | E | 101 | 3F | 3F |
| Octal | 207 | 145 | 334 | 47 | 66 | 0 | 16 | 401 | 77 | 77 |
| Binary | 10000111 | 1100101 | 11011100 | 100111 | 110110 | 0 | 1110 | 100000001 | 111111 | 111111 |
Color Harmonies of #8765DC
Complementary color
Monochromatic Colors of #8765DC
Black with #8765DC
Text Example
Text Example
White with #8765DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8765DC; }
p { color: rgb(135,101,220); }
H1.HeaderClassName
{
color: #8765DC;
}
.AnyTagClassName
{
color: #8765DC;
}
</style>
background-color css
<style>
a { background-color: #8765DC; }
a { background-color: rgb(135,101,220); }
div.DivClassName
{
background-color: #8765DC;
}
.BgClassName
{
background-color: #8765DC;
}
</style>
border-color css
<style>
span { border-color: #8765DC; }
span { border-color: rgb(135,101,220); }
td.TdClassName
{
border-color: #8765DC;
}
.TagClassName
{
border-color: #8765DC;
}
</style>