Shades of Medium Purple #8F59DD
Tints of Medium Purple #8F59DD
RGB
CMYK
RGB Variations
Color information
#8F59DD (or 0x8F59DD) is known color: Medium Purple. HEX triplet: 8F, 59 and DD. RGB value is (143,89,221). Sum of RGB (Red+Green+Blue) = 143+89+221=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F59DD is #70A622. Grayscale: #777777. Windows color (decimal): -7382563 or 14506383. OLE color: 14506383.
HSL color Cylindrical-coordinate representation of color #8F59DD: hue angle of 264.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F59DD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 89 | 221 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.13 |
| HSL | 264.55º | 0.66% | 0.61% | - |
| HSV(B) | 264.55º | 0.6% | 0.87% | - |
| XYZ | 27.95 | 18.2 | 70.45 | - |
| YUV | 120.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 221 | 0.35 | 0.60 | 0 | 0.13 | 264.55 | 0.66 | 0.61 |
| Hex | 8F | 59 | DD | 23 | 3C | 0 | D | 109 | 42 | 3D |
| Octal | 217 | 131 | 335 | 43 | 74 | 0 | 15 | 411 | 102 | 75 |
| Binary | 10001111 | 1011001 | 11011101 | 100011 | 111100 | 0 | 1101 | 100001001 | 1000010 | 111101 |
Color Harmonies of #8F59DD
Complementary color
Monochromatic Colors of #8F59DD
Black with #8F59DD
Text Example
Text Example
White with #8F59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F59DD; }
p { color: rgb(143,89,221); }
H1.HeaderClassName
{
color: #8F59DD;
}
.AnyTagClassName
{
color: #8F59DD;
}
</style>
background-color css
<style>
a { background-color: #8F59DD; }
a { background-color: rgb(143,89,221); }
div.DivClassName
{
background-color: #8F59DD;
}
.BgClassName
{
background-color: #8F59DD;
}
</style>
border-color css
<style>
span { border-color: #8F59DD; }
span { border-color: rgb(143,89,221); }
td.TdClassName
{
border-color: #8F59DD;
}
.TagClassName
{
border-color: #8F59DD;
}
</style>