Shades of Medium Purple #8F67DC
Tints of Medium Purple #8F67DC
RGB
CMYK
RGB Variations
Color information
#8F67DC (or 0x8F67DC) is known color: Medium Purple. HEX triplet: 8F, 67 and DC. RGB value is (143,103,220). Sum of RGB (Red+Green+Blue) = 143+103+220=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F67DC is #709823. Grayscale: #7F7F7F. Windows color (decimal): -7378980 or 14444431. OLE color: 14444431.
HSL color Cylindrical-coordinate representation of color #8F67DC: hue angle of 260.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F67DC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 103 | 220 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.14 |
| HSL | 260.51º | 0.63% | 0.63% | - |
| HSV(B) | 260.51º | 0.53% | 0.86% | - |
| XYZ | 29.1 | 20.71 | 70.17 | - |
| YUV | 128.3 | 179.75 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 220 | 0.35 | 0.53 | 0 | 0.14 | 260.51 | 0.63 | 0.63 |
| Hex | 8F | 67 | DC | 23 | 35 | 0 | E | 105 | 3F | 3F |
| Octal | 217 | 147 | 334 | 43 | 65 | 0 | 16 | 405 | 77 | 77 |
| Binary | 10001111 | 1100111 | 11011100 | 100011 | 110101 | 0 | 1110 | 100000101 | 111111 | 111111 |
Color Harmonies of #8F67DC
Complementary color
Monochromatic Colors of #8F67DC
Black with #8F67DC
Text Example
Text Example
White with #8F67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F67DC; }
p { color: rgb(143,103,220); }
H1.HeaderClassName
{
color: #8F67DC;
}
.AnyTagClassName
{
color: #8F67DC;
}
</style>
background-color css
<style>
a { background-color: #8F67DC; }
a { background-color: rgb(143,103,220); }
div.DivClassName
{
background-color: #8F67DC;
}
.BgClassName
{
background-color: #8F67DC;
}
</style>
border-color css
<style>
span { border-color: #8F67DC; }
span { border-color: rgb(143,103,220); }
td.TdClassName
{
border-color: #8F67DC;
}
.TagClassName
{
border-color: #8F67DC;
}
</style>