Shades of Medium Purple #8F84DD
Tints of Medium Purple #8F84DD
RGB
CMYK
RGB Variations
Color information
#8F84DD (or 0x8F84DD) is known color: Medium Purple. HEX triplet: 8F, 84 and DD. RGB value is (143,132,221). Sum of RGB (Red+Green+Blue) = 143+132+221=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84DD is #707B22. Grayscale: #919191. Windows color (decimal): -7371555 or 14517391. OLE color: 14517391.
HSL color Cylindrical-coordinate representation of color #8F84DD: hue angle of 247.42º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F84DD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 132 | 221 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.13 |
| HSL | 247.42º | 0.57% | 0.69% | - |
| HSV(B) | 247.42º | 0.4% | 0.87% | - |
| XYZ | 32.63 | 27.56 | 72.01 | - |
| YUV | 145.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 221 | 0.35 | 0.40 | 0 | 0.13 | 247.42 | 0.57 | 0.69 |
| Hex | 8F | 84 | DD | 23 | 28 | 0 | D | F7 | 39 | 45 |
| Octal | 217 | 204 | 335 | 43 | 50 | 0 | 15 | 367 | 71 | 105 |
| Binary | 10001111 | 10000100 | 11011101 | 100011 | 101000 | 0 | 1101 | 11110111 | 111001 | 1000101 |
Color Harmonies of #8F84DD
Complementary color
Monochromatic Colors of #8F84DD
Black with #8F84DD
Text Example
Text Example
White with #8F84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84DD; }
p { color: rgb(143,132,221); }
H1.HeaderClassName
{
color: #8F84DD;
}
.AnyTagClassName
{
color: #8F84DD;
}
</style>
background-color css
<style>
a { background-color: #8F84DD; }
a { background-color: rgb(143,132,221); }
div.DivClassName
{
background-color: #8F84DD;
}
.BgClassName
{
background-color: #8F84DD;
}
</style>
border-color css
<style>
span { border-color: #8F84DD; }
span { border-color: rgb(143,132,221); }
td.TdClassName
{
border-color: #8F84DD;
}
.TagClassName
{
border-color: #8F84DD;
}
</style>