Shades of Medium Purple #8760DC
Tints of Medium Purple #8760DC
RGB
CMYK
RGB Variations
Color information
#8760DC (or 0x8760DC) is known color: Medium Purple. HEX triplet: 87, 60 and DC. RGB value is (135,96,220). Sum of RGB (Red+Green+Blue) = 135+96+220=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #8760DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760DC is #789F23. Grayscale: #797979. Windows color (decimal): -7905060 or 14442631. OLE color: 14442631.
HSL color Cylindrical-coordinate representation of color #8760DC: hue angle of 258.87º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8760DC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 96 | 220 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.14 |
| HSL | 258.87º | 0.64% | 0.62% | - |
| HSV(B) | 258.87º | 0.56% | 0.86% | - |
| XYZ | 27.09 | 18.68 | 69.89 | - |
| YUV | 121.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 220 | 0.39 | 0.56 | 0 | 0.14 | 258.87 | 0.64 | 0.62 |
| Hex | 87 | 60 | DC | 27 | 38 | 0 | E | 103 | 40 | 3E |
| Octal | 207 | 140 | 334 | 47 | 70 | 0 | 16 | 403 | 100 | 76 |
| Binary | 10000111 | 1100000 | 11011100 | 100111 | 111000 | 0 | 1110 | 100000011 | 1000000 | 111110 |
Color Harmonies of #8760DC
Complementary color
Monochromatic Colors of #8760DC
Black with #8760DC
Text Example
Text Example
White with #8760DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8760DC; }
p { color: rgb(135,96,220); }
H1.HeaderClassName
{
color: #8760DC;
}
.AnyTagClassName
{
color: #8760DC;
}
</style>
background-color css
<style>
a { background-color: #8760DC; }
a { background-color: rgb(135,96,220); }
div.DivClassName
{
background-color: #8760DC;
}
.BgClassName
{
background-color: #8760DC;
}
</style>
border-color css
<style>
span { border-color: #8760DC; }
span { border-color: rgb(135,96,220); }
td.TdClassName
{
border-color: #8760DC;
}
.TagClassName
{
border-color: #8760DC;
}
</style>