Shades of Medium Purple #8F67DB
Tints of Medium Purple #8F67DB
RGB
CMYK
RGB Variations
Color information
#8F67DB (or 0x8F67DB) is known color: Medium Purple. HEX triplet: 8F, 67 and DB. RGB value is (143,103,219). Sum of RGB (Red+Green+Blue) = 143+103+219=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F67DB is #709824. Grayscale: #7F7F7F. Windows color (decimal): -7378981 or 14378895. OLE color: 14378895.
HSL color Cylindrical-coordinate representation of color #8F67DB: hue angle of 260.69º degrees, saturation: 0.62, 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 #8F67DB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 103 | 219 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.14 |
| HSL | 260.69º | 0.62% | 0.63% | - |
| HSV(B) | 260.69º | 0.53% | 0.86% | - |
| XYZ | 28.96 | 20.65 | 69.48 | - |
| YUV | 128.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 219 | 0.35 | 0.53 | 0 | 0.14 | 260.69 | 0.62 | 0.63 |
| Hex | 8F | 67 | DB | 23 | 35 | 0 | E | 105 | 3E | 3F |
| Octal | 217 | 147 | 333 | 43 | 65 | 0 | 16 | 405 | 76 | 77 |
| Binary | 10001111 | 1100111 | 11011011 | 100011 | 110101 | 0 | 1110 | 100000101 | 111110 | 111111 |
Color Harmonies of #8F67DB
Complementary color
Monochromatic Colors of #8F67DB
Black with #8F67DB
Text Example
Text Example
White with #8F67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F67DB; }
p { color: rgb(143,103,219); }
H1.HeaderClassName
{
color: #8F67DB;
}
.AnyTagClassName
{
color: #8F67DB;
}
</style>
background-color css
<style>
a { background-color: #8F67DB; }
a { background-color: rgb(143,103,219); }
div.DivClassName
{
background-color: #8F67DB;
}
.BgClassName
{
background-color: #8F67DB;
}
</style>
border-color css
<style>
span { border-color: #8F67DB; }
span { border-color: rgb(143,103,219); }
td.TdClassName
{
border-color: #8F67DB;
}
.TagClassName
{
border-color: #8F67DB;
}
</style>