Shades of Medium Purple #8F60DB
Tints of Medium Purple #8F60DB
RGB
CMYK
RGB Variations
Color information
#8F60DB (or 0x8F60DB) is known color: Medium Purple. HEX triplet: 8F, 60 and DB. RGB value is (143,96,219). Sum of RGB (Red+Green+Blue) = 143+96+219=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60DB is #709F24. Grayscale: #7B7B7B. Windows color (decimal): -7380773 or 14377103. OLE color: 14377103.
HSL color Cylindrical-coordinate representation of color #8F60DB: hue angle of 262.93º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F60DB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 96 | 219 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.14 |
| HSL | 262.93º | 0.63% | 0.62% | - |
| HSV(B) | 262.93º | 0.56% | 0.86% | - |
| XYZ | 28.3 | 19.32 | 69.26 | - |
| YUV | 124.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 219 | 0.35 | 0.56 | 0 | 0.14 | 262.93 | 0.63 | 0.62 |
| Hex | 8F | 60 | DB | 23 | 38 | 0 | E | 107 | 3F | 3E |
| Octal | 217 | 140 | 333 | 43 | 70 | 0 | 16 | 407 | 77 | 76 |
| Binary | 10001111 | 1100000 | 11011011 | 100011 | 111000 | 0 | 1110 | 100000111 | 111111 | 111110 |
Color Harmonies of #8F60DB
Complementary color
Monochromatic Colors of #8F60DB
Black with #8F60DB
Text Example
Text Example
White with #8F60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F60DB; }
p { color: rgb(143,96,219); }
H1.HeaderClassName
{
color: #8F60DB;
}
.AnyTagClassName
{
color: #8F60DB;
}
</style>
background-color css
<style>
a { background-color: #8F60DB; }
a { background-color: rgb(143,96,219); }
div.DivClassName
{
background-color: #8F60DB;
}
.BgClassName
{
background-color: #8F60DB;
}
</style>
border-color css
<style>
span { border-color: #8F60DB; }
span { border-color: rgb(143,96,219); }
td.TdClassName
{
border-color: #8F60DB;
}
.TagClassName
{
border-color: #8F60DB;
}
</style>