Shades of Medium Purple #8F81DB
Tints of Medium Purple #8F81DB
RGB
CMYK
RGB Variations
Color information
#8F81DB (or 0x8F81DB) is known color: Medium Purple. HEX triplet: 8F, 81 and DB. RGB value is (143,129,219). Sum of RGB (Red+Green+Blue) = 143+129+219=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81DB is #707E24. Grayscale: #8F8F8F. Windows color (decimal): -7372325 or 14385551. OLE color: 14385551.
HSL color Cylindrical-coordinate representation of color #8F81DB: hue angle of 249.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F81DB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 129 | 219 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.14 |
| HSL | 249.33º | 0.56% | 0.68% | - |
| HSV(B) | 249.33º | 0.41% | 0.86% | - |
| XYZ | 31.96 | 26.65 | 70.48 | - |
| YUV | 143.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 219 | 0.35 | 0.41 | 0 | 0.14 | 249.33 | 0.56 | 0.68 |
| Hex | 8F | 81 | DB | 23 | 29 | 0 | E | F9 | 38 | 44 |
| Octal | 217 | 201 | 333 | 43 | 51 | 0 | 16 | 371 | 70 | 104 |
| Binary | 10001111 | 10000001 | 11011011 | 100011 | 101001 | 0 | 1110 | 11111001 | 111000 | 1000100 |
Color Harmonies of #8F81DB
Complementary color
Monochromatic Colors of #8F81DB
Black with #8F81DB
Text Example
Text Example
White with #8F81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81DB; }
p { color: rgb(143,129,219); }
H1.HeaderClassName
{
color: #8F81DB;
}
.AnyTagClassName
{
color: #8F81DB;
}
</style>
background-color css
<style>
a { background-color: #8F81DB; }
a { background-color: rgb(143,129,219); }
div.DivClassName
{
background-color: #8F81DB;
}
.BgClassName
{
background-color: #8F81DB;
}
</style>
border-color css
<style>
span { border-color: #8F81DB; }
span { border-color: rgb(143,129,219); }
td.TdClassName
{
border-color: #8F81DB;
}
.TagClassName
{
border-color: #8F81DB;
}
</style>