Shades of Medium Purple #8F85DF
Tints of Medium Purple #8F85DF
RGB
CMYK
RGB Variations
Color information
#8F85DF (or 0x8F85DF) is known color: Medium Purple. HEX triplet: 8F, 85 and DF. RGB value is (143,133,223). Sum of RGB (Red+Green+Blue) = 143+133+223=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85DF is #707A20. Grayscale: #919191. Windows color (decimal): -7371297 or 14648719. OLE color: 14648719.
HSL color Cylindrical-coordinate representation of color #8F85DF: hue angle of 246.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F85DF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 133 | 223 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.13 |
| HSL | 246.67º | 0.58% | 0.7% | - |
| HSV(B) | 246.67º | 0.4% | 0.87% | - |
| XYZ | 33.03 | 27.94 | 73.46 | - |
| YUV | 146.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 223 | 0.36 | 0.40 | 0 | 0.13 | 246.67 | 0.58 | 0.7 |
| Hex | 8F | 85 | DF | 24 | 28 | 0 | D | F7 | 3A | 46 |
| Octal | 217 | 205 | 337 | 44 | 50 | 0 | 15 | 367 | 72 | 106 |
| Binary | 10001111 | 10000101 | 11011111 | 100100 | 101000 | 0 | 1101 | 11110111 | 111010 | 1000110 |
Color Harmonies of #8F85DF
Complementary color
Monochromatic Colors of #8F85DF
Black with #8F85DF
Text Example
Text Example
White with #8F85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85DF; }
p { color: rgb(143,133,223); }
H1.HeaderClassName
{
color: #8F85DF;
}
.AnyTagClassName
{
color: #8F85DF;
}
</style>
background-color css
<style>
a { background-color: #8F85DF; }
a { background-color: rgb(143,133,223); }
div.DivClassName
{
background-color: #8F85DF;
}
.BgClassName
{
background-color: #8F85DF;
}
</style>
border-color css
<style>
span { border-color: #8F85DF; }
span { border-color: rgb(143,133,223); }
td.TdClassName
{
border-color: #8F85DF;
}
.TagClassName
{
border-color: #8F85DF;
}
</style>