Shades of Medium Purple #8E75DB
Tints of Medium Purple #8E75DB
RGB
CMYK
RGB Variations
Color information
#8E75DB (or 0x8E75DB) is known color: Medium Purple. HEX triplet: 8E, 75 and DB. RGB value is (142,117,219). Sum of RGB (Red+Green+Blue) = 142+117+219=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E75DB is #718A24. Grayscale: #878787. Windows color (decimal): -7440933 or 14382478. OLE color: 14382478.
HSL color Cylindrical-coordinate representation of color #8E75DB: hue angle of 254.71º 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 #8E75DB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 117 | 219 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.14 |
| HSL | 254.71º | 0.59% | 0.66% | - |
| HSV(B) | 254.71º | 0.47% | 0.86% | - |
| XYZ | 30.3 | 23.59 | 69.97 | - |
| YUV | 136.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 219 | 0.35 | 0.47 | 0 | 0.14 | 254.71 | 0.59 | 0.66 |
| Hex | 8E | 75 | DB | 23 | 2F | 0 | E | FF | 3B | 42 |
| Octal | 216 | 165 | 333 | 43 | 57 | 0 | 16 | 377 | 73 | 102 |
| Binary | 10001110 | 1110101 | 11011011 | 100011 | 101111 | 0 | 1110 | 11111111 | 111011 | 1000010 |
Color Harmonies of #8E75DB
Complementary color
Monochromatic Colors of #8E75DB
Black with #8E75DB
Text Example
Text Example
White with #8E75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E75DB; }
p { color: rgb(142,117,219); }
H1.HeaderClassName
{
color: #8E75DB;
}
.AnyTagClassName
{
color: #8E75DB;
}
</style>
background-color css
<style>
a { background-color: #8E75DB; }
a { background-color: rgb(142,117,219); }
div.DivClassName
{
background-color: #8E75DB;
}
.BgClassName
{
background-color: #8E75DB;
}
</style>
border-color css
<style>
span { border-color: #8E75DB; }
span { border-color: rgb(142,117,219); }
td.TdClassName
{
border-color: #8E75DB;
}
.TagClassName
{
border-color: #8E75DB;
}
</style>