Shades of Medium Purple #8760DB
Tints of Medium Purple #8760DB
RGB
CMYK
RGB Variations
Color information
#8760DB (or 0x8760DB) is known color: Medium Purple. HEX triplet: 87, 60 and DB. RGB value is (135,96,219). Sum of RGB (Red+Green+Blue) = 135+96+219=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8760DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760DB is #789F24. Grayscale: #797979. Windows color (decimal): -7905061 or 14377095. OLE color: 14377095.
HSL color Cylindrical-coordinate representation of color #8760DB: hue angle of 259.02º degrees, saturation: 0.63, 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 #8760DB is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 96 | 219 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.14 |
| HSL | 259.02º | 0.63% | 0.62% | - |
| HSV(B) | 259.02º | 0.56% | 0.86% | - |
| XYZ | 26.96 | 18.63 | 69.19 | - |
| YUV | 121.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 219 | 0.38 | 0.56 | 0 | 0.14 | 259.02 | 0.63 | 0.62 |
| Hex | 87 | 60 | DB | 26 | 38 | 0 | E | 103 | 3F | 3E |
| Octal | 207 | 140 | 333 | 46 | 70 | 0 | 16 | 403 | 77 | 76 |
| Binary | 10000111 | 1100000 | 11011011 | 100110 | 111000 | 0 | 1110 | 100000011 | 111111 | 111110 |
Color Harmonies of #8760DB
Complementary color
Monochromatic Colors of #8760DB
Black with #8760DB
Text Example
Text Example
White with #8760DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8760DB; }
p { color: rgb(135,96,219); }
H1.HeaderClassName
{
color: #8760DB;
}
.AnyTagClassName
{
color: #8760DB;
}
</style>
background-color css
<style>
a { background-color: #8760DB; }
a { background-color: rgb(135,96,219); }
div.DivClassName
{
background-color: #8760DB;
}
.BgClassName
{
background-color: #8760DB;
}
</style>
border-color css
<style>
span { border-color: #8760DB; }
span { border-color: rgb(135,96,219); }
td.TdClassName
{
border-color: #8760DB;
}
.TagClassName
{
border-color: #8760DB;
}
</style>