Shades of Medium Purple #8C75DC
Tints of Medium Purple #8C75DC
RGB
CMYK
RGB Variations
Color information
#8C75DC (or 0x8C75DC) is known color: Medium Purple. HEX triplet: 8C, 75 and DC. RGB value is (140,117,220). Sum of RGB (Red+Green+Blue) = 140+117+220=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75DC is #738A23. Grayscale: #878787. Windows color (decimal): -7572004 or 14448012. OLE color: 14448012.
HSL color Cylindrical-coordinate representation of color #8C75DC: hue angle of 253.4º 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 #8C75DC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 117 | 220 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.14 |
| HSL | 253.4º | 0.6% | 0.66% | - |
| HSV(B) | 253.4º | 0.47% | 0.86% | - |
| XYZ | 30.09 | 23.47 | 70.65 | - |
| YUV | 135.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 220 | 0.36 | 0.47 | 0 | 0.14 | 253.4 | 0.6 | 0.66 |
| Hex | 8C | 75 | DC | 24 | 2F | 0 | E | FD | 3C | 42 |
| Octal | 214 | 165 | 334 | 44 | 57 | 0 | 16 | 375 | 74 | 102 |
| Binary | 10001100 | 1110101 | 11011100 | 100100 | 101111 | 0 | 1110 | 11111101 | 111100 | 1000010 |
Color Harmonies of #8C75DC
Complementary color
Monochromatic Colors of #8C75DC
Black with #8C75DC
Text Example
Text Example
White with #8C75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75DC; }
p { color: rgb(140,117,220); }
H1.HeaderClassName
{
color: #8C75DC;
}
.AnyTagClassName
{
color: #8C75DC;
}
</style>
background-color css
<style>
a { background-color: #8C75DC; }
a { background-color: rgb(140,117,220); }
div.DivClassName
{
background-color: #8C75DC;
}
.BgClassName
{
background-color: #8C75DC;
}
</style>
border-color css
<style>
span { border-color: #8C75DC; }
span { border-color: rgb(140,117,220); }
td.TdClassName
{
border-color: #8C75DC;
}
.TagClassName
{
border-color: #8C75DC;
}
</style>