Shades of Medium Purple #8F68D1
Tints of Medium Purple #8F68D1
RGB
CMYK
RGB Variations
Color information
#8F68D1 (or 0x8F68D1) is known color: Medium Purple. HEX triplet: 8F, 68 and D1. RGB value is (143,104,209). Sum of RGB (Red+Green+Blue) = 143+104+209=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F68D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68D1 is #70972E. Grayscale: #7F7F7F. Windows color (decimal): -7378735 or 13723791. OLE color: 13723791.
HSL color Cylindrical-coordinate representation of color #8F68D1: hue angle of 262.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F68D1 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 104 | 209 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.18 |
| HSL | 262.29º | 0.53% | 0.61% | - |
| HSV(B) | 262.29º | 0.5% | 0.82% | - |
| XYZ | 27.79 | 20.34 | 62.78 | - |
| YUV | 127.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 209 | 0.32 | 0.50 | 0 | 0.18 | 262.29 | 0.53 | 0.61 |
| Hex | 8F | 68 | D1 | 20 | 32 | 0 | 12 | 106 | 35 | 3D |
| Octal | 217 | 150 | 321 | 40 | 62 | 0 | 22 | 406 | 65 | 75 |
| Binary | 10001111 | 1101000 | 11010001 | 100000 | 110010 | 0 | 10010 | 100000110 | 110101 | 111101 |
Color Harmonies of #8F68D1
Complementary color
Monochromatic Colors of #8F68D1
Black with #8F68D1
Text Example
Text Example
White with #8F68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68D1; }
p { color: rgb(143,104,209); }
H1.HeaderClassName
{
color: #8F68D1;
}
.AnyTagClassName
{
color: #8F68D1;
}
</style>
background-color css
<style>
a { background-color: #8F68D1; }
a { background-color: rgb(143,104,209); }
div.DivClassName
{
background-color: #8F68D1;
}
.BgClassName
{
background-color: #8F68D1;
}
</style>
border-color css
<style>
span { border-color: #8F68D1; }
span { border-color: rgb(143,104,209); }
td.TdClassName
{
border-color: #8F68D1;
}
.TagClassName
{
border-color: #8F68D1;
}
</style>