Shades of Medium Purple #8F77DB
Tints of Medium Purple #8F77DB
RGB
CMYK
RGB Variations
Color information
#8F77DB (or 0x8F77DB) is known color: Medium Purple. HEX triplet: 8F, 77 and DB. RGB value is (143,119,219). Sum of RGB (Red+Green+Blue) = 143+119+219=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77DB is #708824. Grayscale: #898989. Windows color (decimal): -7374885 or 14382991. OLE color: 14382991.
HSL color Cylindrical-coordinate representation of color #8F77DB: hue angle of 254.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F77DB is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 119 | 219 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.14 |
| HSL | 254.4º | 0.58% | 0.66% | - |
| HSV(B) | 254.4º | 0.46% | 0.86% | - |
| XYZ | 30.71 | 24.15 | 70.06 | - |
| YUV | 137.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 219 | 0.35 | 0.46 | 0 | 0.14 | 254.4 | 0.58 | 0.66 |
| Hex | 8F | 77 | DB | 23 | 2E | 0 | E | FE | 3A | 42 |
| Octal | 217 | 167 | 333 | 43 | 56 | 0 | 16 | 376 | 72 | 102 |
| Binary | 10001111 | 1110111 | 11011011 | 100011 | 101110 | 0 | 1110 | 11111110 | 111010 | 1000010 |
Color Harmonies of #8F77DB
Complementary color
Monochromatic Colors of #8F77DB
Black with #8F77DB
Text Example
Text Example
White with #8F77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77DB; }
p { color: rgb(143,119,219); }
H1.HeaderClassName
{
color: #8F77DB;
}
.AnyTagClassName
{
color: #8F77DB;
}
</style>
background-color css
<style>
a { background-color: #8F77DB; }
a { background-color: rgb(143,119,219); }
div.DivClassName
{
background-color: #8F77DB;
}
.BgClassName
{
background-color: #8F77DB;
}
</style>
border-color css
<style>
span { border-color: #8F77DB; }
span { border-color: rgb(143,119,219); }
td.TdClassName
{
border-color: #8F77DB;
}
.TagClassName
{
border-color: #8F77DB;
}
</style>