Shades of Medium Purple #8F85DD
Tints of Medium Purple #8F85DD
RGB
CMYK
RGB Variations
Color information
#8F85DD (or 0x8F85DD) is known color: Medium Purple. HEX triplet: 8F, 85 and DD. RGB value is (143,133,221). Sum of RGB (Red+Green+Blue) = 143+133+221=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85DD is #707A22. Grayscale: #919191. Windows color (decimal): -7371299 or 14517647. OLE color: 14517647.
HSL color Cylindrical-coordinate representation of color #8F85DD: hue angle of 246.82º degrees, saturation: 0.56, 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 #8F85DD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 133 | 221 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.13 |
| HSL | 246.82º | 0.56% | 0.69% | - |
| HSV(B) | 246.82º | 0.4% | 0.87% | - |
| XYZ | 32.77 | 27.84 | 72.05 | - |
| YUV | 146.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 221 | 0.35 | 0.40 | 0 | 0.13 | 246.82 | 0.56 | 0.69 |
| Hex | 8F | 85 | DD | 23 | 28 | 0 | D | F7 | 38 | 45 |
| Octal | 217 | 205 | 335 | 43 | 50 | 0 | 15 | 367 | 70 | 105 |
| Binary | 10001111 | 10000101 | 11011101 | 100011 | 101000 | 0 | 1101 | 11110111 | 111000 | 1000101 |
Color Harmonies of #8F85DD
Complementary color
Monochromatic Colors of #8F85DD
Black with #8F85DD
Text Example
Text Example
White with #8F85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85DD; }
p { color: rgb(143,133,221); }
H1.HeaderClassName
{
color: #8F85DD;
}
.AnyTagClassName
{
color: #8F85DD;
}
</style>
background-color css
<style>
a { background-color: #8F85DD; }
a { background-color: rgb(143,133,221); }
div.DivClassName
{
background-color: #8F85DD;
}
.BgClassName
{
background-color: #8F85DD;
}
</style>
border-color css
<style>
span { border-color: #8F85DD; }
span { border-color: rgb(143,133,221); }
td.TdClassName
{
border-color: #8F85DD;
}
.TagClassName
{
border-color: #8F85DD;
}
</style>