Shades of Medium Purple #8D74DB
Tints of Medium Purple #8D74DB
RGB
CMYK
RGB Variations
Color information
#8D74DB (or 0x8D74DB) is known color: Medium Purple. HEX triplet: 8D, 74 and DB. RGB value is (141,116,219). Sum of RGB (Red+Green+Blue) = 141+116+219=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D74DB is #728B24. Grayscale: #868686. Windows color (decimal): -7506725 or 14382221. OLE color: 14382221.
HSL color Cylindrical-coordinate representation of color #8D74DB: hue angle of 254.56º 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 #8D74DB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 116 | 219 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.14 |
| HSL | 254.56º | 0.59% | 0.66% | - |
| HSV(B) | 254.56º | 0.47% | 0.86% | - |
| XYZ | 30.02 | 23.27 | 69.93 | - |
| YUV | 135.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 219 | 0.36 | 0.47 | 0 | 0.14 | 254.56 | 0.59 | 0.66 |
| Hex | 8D | 74 | DB | 24 | 2F | 0 | E | FF | 3B | 42 |
| Octal | 215 | 164 | 333 | 44 | 57 | 0 | 16 | 377 | 73 | 102 |
| Binary | 10001101 | 1110100 | 11011011 | 100100 | 101111 | 0 | 1110 | 11111111 | 111011 | 1000010 |
Color Harmonies of #8D74DB
Complementary color
Monochromatic Colors of #8D74DB
Black with #8D74DB
Text Example
Text Example
White with #8D74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D74DB; }
p { color: rgb(141,116,219); }
H1.HeaderClassName
{
color: #8D74DB;
}
.AnyTagClassName
{
color: #8D74DB;
}
</style>
background-color css
<style>
a { background-color: #8D74DB; }
a { background-color: rgb(141,116,219); }
div.DivClassName
{
background-color: #8D74DB;
}
.BgClassName
{
background-color: #8D74DB;
}
</style>
border-color css
<style>
span { border-color: #8D74DB; }
span { border-color: rgb(141,116,219); }
td.TdClassName
{
border-color: #8D74DB;
}
.TagClassName
{
border-color: #8D74DB;
}
</style>