Shades of Medium Purple #8C67DC
Tints of Medium Purple #8C67DC
RGB
CMYK
RGB Variations
Color information
#8C67DC (or 0x8C67DC) is known color: Medium Purple. HEX triplet: 8C, 67 and DC. RGB value is (140,103,220). Sum of RGB (Red+Green+Blue) = 140+103+220=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C67DC is #739823. Grayscale: #7E7E7E. Windows color (decimal): -7575588 or 14444428. OLE color: 14444428.
HSL color Cylindrical-coordinate representation of color #8C67DC: hue angle of 258.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C67DC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 103 | 220 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.14 |
| HSL | 258.97º | 0.63% | 0.63% | - |
| HSV(B) | 258.97º | 0.53% | 0.86% | - |
| XYZ | 28.58 | 20.44 | 70.15 | - |
| YUV | 127.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 220 | 0.36 | 0.53 | 0 | 0.14 | 258.97 | 0.63 | 0.63 |
| Hex | 8C | 67 | DC | 24 | 35 | 0 | E | 103 | 3F | 3F |
| Octal | 214 | 147 | 334 | 44 | 65 | 0 | 16 | 403 | 77 | 77 |
| Binary | 10001100 | 1100111 | 11011100 | 100100 | 110101 | 0 | 1110 | 100000011 | 111111 | 111111 |
Color Harmonies of #8C67DC
Complementary color
Monochromatic Colors of #8C67DC
Black with #8C67DC
Text Example
Text Example
White with #8C67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C67DC; }
p { color: rgb(140,103,220); }
H1.HeaderClassName
{
color: #8C67DC;
}
.AnyTagClassName
{
color: #8C67DC;
}
</style>
background-color css
<style>
a { background-color: #8C67DC; }
a { background-color: rgb(140,103,220); }
div.DivClassName
{
background-color: #8C67DC;
}
.BgClassName
{
background-color: #8C67DC;
}
</style>
border-color css
<style>
span { border-color: #8C67DC; }
span { border-color: rgb(140,103,220); }
td.TdClassName
{
border-color: #8C67DC;
}
.TagClassName
{
border-color: #8C67DC;
}
</style>