Shades of Medium Purple #8874DB
Tints of Medium Purple #8874DB
RGB
CMYK
RGB Variations
Color information
#8874DB (or 0x8874DB) is known color: Medium Purple. HEX triplet: 88, 74 and DB. RGB value is (136,116,219). Sum of RGB (Red+Green+Blue) = 136+116+219=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #8874DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874DB is #778B24. Grayscale: #858585. Windows color (decimal): -7834405 or 14382216. OLE color: 14382216.
HSL color Cylindrical-coordinate representation of color #8874DB: hue angle of 251.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8874DB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 116 | 219 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.14 |
| HSL | 251.65º | 0.59% | 0.66% | - |
| HSV(B) | 251.65º | 0.47% | 0.86% | - |
| XYZ | 29.18 | 22.84 | 69.89 | - |
| YUV | 133.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 219 | 0.38 | 0.47 | 0 | 0.14 | 251.65 | 0.59 | 0.66 |
| Hex | 88 | 74 | DB | 26 | 2F | 0 | E | FC | 3B | 42 |
| Octal | 210 | 164 | 333 | 46 | 57 | 0 | 16 | 374 | 73 | 102 |
| Binary | 10001000 | 1110100 | 11011011 | 100110 | 101111 | 0 | 1110 | 11111100 | 111011 | 1000010 |
Color Harmonies of #8874DB
Complementary color
Monochromatic Colors of #8874DB
Black with #8874DB
Text Example
Text Example
White with #8874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8874DB; }
p { color: rgb(136,116,219); }
H1.HeaderClassName
{
color: #8874DB;
}
.AnyTagClassName
{
color: #8874DB;
}
</style>
background-color css
<style>
a { background-color: #8874DB; }
a { background-color: rgb(136,116,219); }
div.DivClassName
{
background-color: #8874DB;
}
.BgClassName
{
background-color: #8874DB;
}
</style>
border-color css
<style>
span { border-color: #8874DB; }
span { border-color: rgb(136,116,219); }
td.TdClassName
{
border-color: #8874DB;
}
.TagClassName
{
border-color: #8874DB;
}
</style>