Shades of Medium Purple #8F83DF
Tints of Medium Purple #8F83DF
RGB
CMYK
RGB Variations
Color information
#8F83DF (or 0x8F83DF) is known color: Medium Purple. HEX triplet: 8F, 83 and DF. RGB value is (143,131,223). Sum of RGB (Red+Green+Blue) = 143+131+223=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83DF is #707C20. Grayscale: #909090. Windows color (decimal): -7371809 or 14648207. OLE color: 14648207.
HSL color Cylindrical-coordinate representation of color #8F83DF: hue angle of 247.83º degrees, saturation: 0.59, 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 #8F83DF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 131 | 223 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.13 |
| HSL | 247.83º | 0.59% | 0.69% | - |
| HSV(B) | 247.83º | 0.41% | 0.87% | - |
| XYZ | 32.76 | 27.4 | 73.37 | - |
| YUV | 145.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 223 | 0.36 | 0.41 | 0 | 0.13 | 247.83 | 0.59 | 0.69 |
| Hex | 8F | 83 | DF | 24 | 29 | 0 | D | F8 | 3B | 45 |
| Octal | 217 | 203 | 337 | 44 | 51 | 0 | 15 | 370 | 73 | 105 |
| Binary | 10001111 | 10000011 | 11011111 | 100100 | 101001 | 0 | 1101 | 11111000 | 111011 | 1000101 |
Color Harmonies of #8F83DF
Complementary color
Monochromatic Colors of #8F83DF
Black with #8F83DF
Text Example
Text Example
White with #8F83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83DF; }
p { color: rgb(143,131,223); }
H1.HeaderClassName
{
color: #8F83DF;
}
.AnyTagClassName
{
color: #8F83DF;
}
</style>
background-color css
<style>
a { background-color: #8F83DF; }
a { background-color: rgb(143,131,223); }
div.DivClassName
{
background-color: #8F83DF;
}
.BgClassName
{
background-color: #8F83DF;
}
</style>
border-color css
<style>
span { border-color: #8F83DF; }
span { border-color: rgb(143,131,223); }
td.TdClassName
{
border-color: #8F83DF;
}
.TagClassName
{
border-color: #8F83DF;
}
</style>