Shades of Medium Purple #8F75DB
Tints of Medium Purple #8F75DB
RGB
CMYK
RGB Variations
Color information
#8F75DB (or 0x8F75DB) is known color: Medium Purple. HEX triplet: 8F, 75 and DB. RGB value is (143,117,219). Sum of RGB (Red+Green+Blue) = 143+117+219=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75DB is #708A24. Grayscale: #888888. Windows color (decimal): -7375397 or 14382479. OLE color: 14382479.
HSL color Cylindrical-coordinate representation of color #8F75DB: hue angle of 255.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F75DB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 117 | 219 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.14 |
| HSL | 255.29º | 0.59% | 0.66% | - |
| HSV(B) | 255.29º | 0.47% | 0.86% | - |
| XYZ | 30.48 | 23.68 | 69.98 | - |
| YUV | 136.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 219 | 0.35 | 0.47 | 0 | 0.14 | 255.29 | 0.59 | 0.66 |
| Hex | 8F | 75 | DB | 23 | 2F | 0 | E | FF | 3B | 42 |
| Octal | 217 | 165 | 333 | 43 | 57 | 0 | 16 | 377 | 73 | 102 |
| Binary | 10001111 | 1110101 | 11011011 | 100011 | 101111 | 0 | 1110 | 11111111 | 111011 | 1000010 |
Color Harmonies of #8F75DB
Complementary color
Monochromatic Colors of #8F75DB
Black with #8F75DB
Text Example
Text Example
White with #8F75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75DB; }
p { color: rgb(143,117,219); }
H1.HeaderClassName
{
color: #8F75DB;
}
.AnyTagClassName
{
color: #8F75DB;
}
</style>
background-color css
<style>
a { background-color: #8F75DB; }
a { background-color: rgb(143,117,219); }
div.DivClassName
{
background-color: #8F75DB;
}
.BgClassName
{
background-color: #8F75DB;
}
</style>
border-color css
<style>
span { border-color: #8F75DB; }
span { border-color: rgb(143,117,219); }
td.TdClassName
{
border-color: #8F75DB;
}
.TagClassName
{
border-color: #8F75DB;
}
</style>