Shades of Medium Purple #8F68DB
Tints of Medium Purple #8F68DB
RGB
CMYK
RGB Variations
Color information
#8F68DB (or 0x8F68DB) is known color: Medium Purple. HEX triplet: 8F, 68 and DB. RGB value is (143,104,219). Sum of RGB (Red+Green+Blue) = 143+104+219=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68DB is #709724. Grayscale: #808080. Windows color (decimal): -7378725 or 14379151. OLE color: 14379151.
HSL color Cylindrical-coordinate representation of color #8F68DB: hue angle of 260.35º degrees, saturation: 0.61, 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 #8F68DB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 104 | 219 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.14 |
| HSL | 260.35º | 0.61% | 0.63% | - |
| HSV(B) | 260.35º | 0.53% | 0.86% | - |
| XYZ | 29.06 | 20.85 | 69.51 | - |
| YUV | 128.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 219 | 0.35 | 0.53 | 0 | 0.14 | 260.35 | 0.61 | 0.63 |
| Hex | 8F | 68 | DB | 23 | 35 | 0 | E | 104 | 3D | 3F |
| Octal | 217 | 150 | 333 | 43 | 65 | 0 | 16 | 404 | 75 | 77 |
| Binary | 10001111 | 1101000 | 11011011 | 100011 | 110101 | 0 | 1110 | 100000100 | 111101 | 111111 |
Color Harmonies of #8F68DB
Complementary color
Monochromatic Colors of #8F68DB
Black with #8F68DB
Text Example
Text Example
White with #8F68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68DB; }
p { color: rgb(143,104,219); }
H1.HeaderClassName
{
color: #8F68DB;
}
.AnyTagClassName
{
color: #8F68DB;
}
</style>
background-color css
<style>
a { background-color: #8F68DB; }
a { background-color: rgb(143,104,219); }
div.DivClassName
{
background-color: #8F68DB;
}
.BgClassName
{
background-color: #8F68DB;
}
</style>
border-color css
<style>
span { border-color: #8F68DB; }
span { border-color: rgb(143,104,219); }
td.TdClassName
{
border-color: #8F68DB;
}
.TagClassName
{
border-color: #8F68DB;
}
</style>