Shades of Medium Purple #8F62DB
Tints of Medium Purple #8F62DB
RGB
CMYK
RGB Variations
Color information
#8F62DB (or 0x8F62DB) is known color: Medium Purple. HEX triplet: 8F, 62 and DB. RGB value is (143,98,219). Sum of RGB (Red+Green+Blue) = 143+98+219=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F62DB is #709D24. Grayscale: #7C7C7C. Windows color (decimal): -7380261 or 14377615. OLE color: 14377615.
HSL color Cylindrical-coordinate representation of color #8F62DB: hue angle of 262.31º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F62DB is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 98 | 219 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.14 |
| HSL | 262.31º | 0.63% | 0.62% | - |
| HSV(B) | 262.31º | 0.55% | 0.86% | - |
| XYZ | 28.48 | 19.69 | 69.32 | - |
| YUV | 125.25 | 180.91 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 219 | 0.35 | 0.55 | 0 | 0.14 | 262.31 | 0.63 | 0.62 |
| Hex | 8F | 62 | DB | 23 | 37 | 0 | E | 106 | 3F | 3E |
| Octal | 217 | 142 | 333 | 43 | 67 | 0 | 16 | 406 | 77 | 76 |
| Binary | 10001111 | 1100010 | 11011011 | 100011 | 110111 | 0 | 1110 | 100000110 | 111111 | 111110 |
Color Harmonies of #8F62DB
Complementary color
Monochromatic Colors of #8F62DB
Black with #8F62DB
Text Example
Text Example
White with #8F62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F62DB; }
p { color: rgb(143,98,219); }
H1.HeaderClassName
{
color: #8F62DB;
}
.AnyTagClassName
{
color: #8F62DB;
}
</style>
background-color css
<style>
a { background-color: #8F62DB; }
a { background-color: rgb(143,98,219); }
div.DivClassName
{
background-color: #8F62DB;
}
.BgClassName
{
background-color: #8F62DB;
}
</style>
border-color css
<style>
span { border-color: #8F62DB; }
span { border-color: rgb(143,98,219); }
td.TdClassName
{
border-color: #8F62DB;
}
.TagClassName
{
border-color: #8F62DB;
}
</style>