Shades of Medium Purple #8F83DD
Tints of Medium Purple #8F83DD
RGB
CMYK
RGB Variations
Color information
#8F83DD (or 0x8F83DD) is known color: Medium Purple. HEX triplet: 8F, 83 and DD. RGB value is (143,131,221). Sum of RGB (Red+Green+Blue) = 143+131+221=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83DD is #707C22. Grayscale: #909090. Windows color (decimal): -7371811 or 14517135. OLE color: 14517135.
HSL color Cylindrical-coordinate representation of color #8F83DD: hue angle of 248º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F83DD is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 131 | 221 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.13 |
| HSL | 248º | 0.57% | 0.69% | - |
| HSV(B) | 248º | 0.41% | 0.87% | - |
| XYZ | 32.5 | 27.29 | 71.96 | - |
| YUV | 144.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 221 | 0.35 | 0.41 | 0 | 0.13 | 248 | 0.57 | 0.69 |
| Hex | 8F | 83 | DD | 23 | 29 | 0 | D | F8 | 39 | 45 |
| Octal | 217 | 203 | 335 | 43 | 51 | 0 | 15 | 370 | 71 | 105 |
| Binary | 10001111 | 10000011 | 11011101 | 100011 | 101001 | 0 | 1101 | 11111000 | 111001 | 1000101 |
Color Harmonies of #8F83DD
Complementary color
Monochromatic Colors of #8F83DD
Black with #8F83DD
Text Example
Text Example
White with #8F83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83DD; }
p { color: rgb(143,131,221); }
H1.HeaderClassName
{
color: #8F83DD;
}
.AnyTagClassName
{
color: #8F83DD;
}
</style>
background-color css
<style>
a { background-color: #8F83DD; }
a { background-color: rgb(143,131,221); }
div.DivClassName
{
background-color: #8F83DD;
}
.BgClassName
{
background-color: #8F83DD;
}
</style>
border-color css
<style>
span { border-color: #8F83DD; }
span { border-color: rgb(143,131,221); }
td.TdClassName
{
border-color: #8F83DD;
}
.TagClassName
{
border-color: #8F83DD;
}
</style>