Shades of Medium Purple #8F67DD
Tints of Medium Purple #8F67DD
RGB
CMYK
RGB Variations
Color information
#8F67DD (or 0x8F67DD) is known color: Medium Purple. HEX triplet: 8F, 67 and DD. RGB value is (143,103,221). Sum of RGB (Red+Green+Blue) = 143+103+221=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F67DD is #709822. Grayscale: #7F7F7F. Windows color (decimal): -7378979 or 14509967. OLE color: 14509967.
HSL color Cylindrical-coordinate representation of color #8F67DD: hue angle of 260.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F67DD is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 103 | 221 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.13 |
| HSL | 260.34º | 0.63% | 0.64% | - |
| HSV(B) | 260.34º | 0.53% | 0.87% | - |
| XYZ | 29.23 | 20.76 | 70.87 | - |
| YUV | 128.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 221 | 0.35 | 0.53 | 0 | 0.13 | 260.34 | 0.63 | 0.64 |
| Hex | 8F | 67 | DD | 23 | 35 | 0 | D | 104 | 3F | 40 |
| Octal | 217 | 147 | 335 | 43 | 65 | 0 | 15 | 404 | 77 | 100 |
| Binary | 10001111 | 1100111 | 11011101 | 100011 | 110101 | 0 | 1101 | 100000100 | 111111 | 1000000 |
Color Harmonies of #8F67DD
Complementary color
Monochromatic Colors of #8F67DD
Black with #8F67DD
Text Example
Text Example
White with #8F67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F67DD; }
p { color: rgb(143,103,221); }
H1.HeaderClassName
{
color: #8F67DD;
}
.AnyTagClassName
{
color: #8F67DD;
}
</style>
background-color css
<style>
a { background-color: #8F67DD; }
a { background-color: rgb(143,103,221); }
div.DivClassName
{
background-color: #8F67DD;
}
.BgClassName
{
background-color: #8F67DD;
}
</style>
border-color css
<style>
span { border-color: #8F67DD; }
span { border-color: rgb(143,103,221); }
td.TdClassName
{
border-color: #8F67DD;
}
.TagClassName
{
border-color: #8F67DD;
}
</style>