Shades of Medium Purple #8D74DD
Tints of Medium Purple #8D74DD
RGB
CMYK
RGB Variations
Color information
#8D74DD (or 0x8D74DD) is known color: Medium Purple. HEX triplet: 8D, 74 and DD. RGB value is (141,116,221). Sum of RGB (Red+Green+Blue) = 141+116+221=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D74DD is #728B22. Grayscale: #878787. Windows color (decimal): -7506723 or 14513293. OLE color: 14513293.
HSL color Cylindrical-coordinate representation of color #8D74DD: hue angle of 254.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D74DD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 141 | 116 | 221 | - |
CMYK | 0.36 | 0.48 | 0 | 0.13 |
HSL | 254.29º | 0.61% | 0.66% | - |
HSV(B) | 254.29º | 0.48% | 0.87% | - |
XYZ | 30.28 | 23.37 | 71.32 | - |
YUV | 135.45 | 176.28 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 116 | 221 | 0.36 | 0.48 | 0 | 0.13 | 254.29 | 0.61 | 0.66 |
Hex | 8D | 74 | DD | 24 | 30 | 0 | D | FE | 3D | 42 |
Octal | 215 | 164 | 335 | 44 | 60 | 0 | 15 | 376 | 75 | 102 |
Binary | 10001101 | 1110100 | 11011101 | 100100 | 110000 | 0 | 1101 | 11111110 | 111101 | 1000010 |
Color Harmonies of #8D74DD
Complementary color
Monochromatic Colors of #8D74DD
Black with #8D74DD
Text Example
Text Example
White with #8D74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D74DD; }
p { color: rgb(141,116,221); }
H1.HeaderClassName
{
color: #8D74DD;
}
.AnyTagClassName
{
color: #8D74DD;
}
</style>
background-color css
<style>
a { background-color: #8D74DD; }
a { background-color: rgb(141,116,221); }
div.DivClassName
{
background-color: #8D74DD;
}
.BgClassName
{
background-color: #8D74DD;
}
</style>
border-color css
<style>
span { border-color: #8D74DD; }
span { border-color: rgb(141,116,221); }
td.TdClassName
{
border-color: #8D74DD;
}
.TagClassName
{
border-color: #8D74DD;
}
</style>