Shades of Medium Purple #8874DC
Tints of Medium Purple #8874DC
RGB
CMYK
RGB Variations
Color information
#8874DC (or 0x8874DC) is known color: Medium Purple. HEX triplet: 88, 74 and DC. RGB value is (136,116,220). Sum of RGB (Red+Green+Blue) = 136+116+220=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8874DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874DC is #778B23. Grayscale: #858585. Windows color (decimal): -7834404 or 14447752. OLE color: 14447752.
HSL color Cylindrical-coordinate representation of color #8874DC: hue angle of 251.54º degrees, saturation: 0.6, 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 #8874DC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 116 | 220 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.14 |
| HSL | 251.54º | 0.6% | 0.66% | - |
| HSV(B) | 251.54º | 0.47% | 0.86% | - |
| XYZ | 29.32 | 22.89 | 70.58 | - |
| YUV | 133.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 220 | 0.38 | 0.47 | 0 | 0.14 | 251.54 | 0.6 | 0.66 |
| Hex | 88 | 74 | DC | 26 | 2F | 0 | E | FC | 3C | 42 |
| Octal | 210 | 164 | 334 | 46 | 57 | 0 | 16 | 374 | 74 | 102 |
| Binary | 10001000 | 1110100 | 11011100 | 100110 | 101111 | 0 | 1110 | 11111100 | 111100 | 1000010 |
Color Harmonies of #8874DC
Complementary color
Monochromatic Colors of #8874DC
Black with #8874DC
Text Example
Text Example
White with #8874DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8874DC; }
p { color: rgb(136,116,220); }
H1.HeaderClassName
{
color: #8874DC;
}
.AnyTagClassName
{
color: #8874DC;
}
</style>
background-color css
<style>
a { background-color: #8874DC; }
a { background-color: rgb(136,116,220); }
div.DivClassName
{
background-color: #8874DC;
}
.BgClassName
{
background-color: #8874DC;
}
</style>
border-color css
<style>
span { border-color: #8874DC; }
span { border-color: rgb(136,116,220); }
td.TdClassName
{
border-color: #8874DC;
}
.TagClassName
{
border-color: #8874DC;
}
</style>