Shades of Medium Purple #8F75DC
Tints of Medium Purple #8F75DC
RGB
CMYK
RGB Variations
Color information
#8F75DC (or 0x8F75DC) is known color: Medium Purple. HEX triplet: 8F, 75 and DC. RGB value is (143,117,220). Sum of RGB (Red+Green+Blue) = 143+117+220=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75DC is #708A23. Grayscale: #888888. Windows color (decimal): -7375396 or 14448015. OLE color: 14448015.
HSL color Cylindrical-coordinate representation of color #8F75DC: hue angle of 255.15º degrees, saturation: 0.6, 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 #8F75DC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 117 | 220 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.14 |
| HSL | 255.15º | 0.6% | 0.66% | - |
| HSV(B) | 255.15º | 0.47% | 0.86% | - |
| XYZ | 30.61 | 23.73 | 70.68 | - |
| YUV | 136.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 220 | 0.35 | 0.47 | 0 | 0.14 | 255.15 | 0.6 | 0.66 |
| Hex | 8F | 75 | DC | 23 | 2F | 0 | E | FF | 3C | 42 |
| Octal | 217 | 165 | 334 | 43 | 57 | 0 | 16 | 377 | 74 | 102 |
| Binary | 10001111 | 1110101 | 11011100 | 100011 | 101111 | 0 | 1110 | 11111111 | 111100 | 1000010 |
Color Harmonies of #8F75DC
Complementary color
Monochromatic Colors of #8F75DC
Black with #8F75DC
Text Example
Text Example
White with #8F75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75DC; }
p { color: rgb(143,117,220); }
H1.HeaderClassName
{
color: #8F75DC;
}
.AnyTagClassName
{
color: #8F75DC;
}
</style>
background-color css
<style>
a { background-color: #8F75DC; }
a { background-color: rgb(143,117,220); }
div.DivClassName
{
background-color: #8F75DC;
}
.BgClassName
{
background-color: #8F75DC;
}
</style>
border-color css
<style>
span { border-color: #8F75DC; }
span { border-color: rgb(143,117,220); }
td.TdClassName
{
border-color: #8F75DC;
}
.TagClassName
{
border-color: #8F75DC;
}
</style>