Shades of Medium Purple #8F83DB
Tints of Medium Purple #8F83DB
RGB
CMYK
RGB Variations
Color information
#8F83DB (or 0x8F83DB) is known color: Medium Purple. HEX triplet: 8F, 83 and DB. RGB value is (143,131,219). Sum of RGB (Red+Green+Blue) = 143+131+219=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83DB is #707C24. Grayscale: #909090. Windows color (decimal): -7371813 or 14386063. OLE color: 14386063.
HSL color Cylindrical-coordinate representation of color #8F83DB: hue angle of 248.18º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F83DB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 131 | 219 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.14 |
| HSL | 248.18º | 0.55% | 0.69% | - |
| HSV(B) | 248.18º | 0.4% | 0.86% | - |
| XYZ | 32.23 | 27.19 | 70.57 | - |
| YUV | 144.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 219 | 0.35 | 0.40 | 0 | 0.14 | 248.18 | 0.55 | 0.69 |
| Hex | 8F | 83 | DB | 23 | 28 | 0 | E | F8 | 37 | 45 |
| Octal | 217 | 203 | 333 | 43 | 50 | 0 | 16 | 370 | 67 | 105 |
| Binary | 10001111 | 10000011 | 11011011 | 100011 | 101000 | 0 | 1110 | 11111000 | 110111 | 1000101 |
Color Harmonies of #8F83DB
Complementary color
Monochromatic Colors of #8F83DB
Black with #8F83DB
Text Example
Text Example
White with #8F83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83DB; }
p { color: rgb(143,131,219); }
H1.HeaderClassName
{
color: #8F83DB;
}
.AnyTagClassName
{
color: #8F83DB;
}
</style>
background-color css
<style>
a { background-color: #8F83DB; }
a { background-color: rgb(143,131,219); }
div.DivClassName
{
background-color: #8F83DB;
}
.BgClassName
{
background-color: #8F83DB;
}
</style>
border-color css
<style>
span { border-color: #8F83DB; }
span { border-color: rgb(143,131,219); }
td.TdClassName
{
border-color: #8F83DB;
}
.TagClassName
{
border-color: #8F83DB;
}
</style>