Shades of Medium Purple #8C60DB
Tints of Medium Purple #8C60DB
RGB
CMYK
RGB Variations
Color information
#8C60DB (or 0x8C60DB) is known color: Medium Purple. HEX triplet: 8C, 60 and DB. RGB value is (140,96,219). Sum of RGB (Red+Green+Blue) = 140+96+219=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60DB is #739F24. Grayscale: #7A7A7A. Windows color (decimal): -7577381 or 14377100. OLE color: 14377100.
HSL color Cylindrical-coordinate representation of color #8C60DB: hue angle of 261.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C60DB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 96 | 219 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.14 |
| HSL | 261.46º | 0.63% | 0.62% | - |
| HSV(B) | 261.46º | 0.56% | 0.86% | - |
| XYZ | 27.78 | 19.06 | 69.23 | - |
| YUV | 123.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 219 | 0.36 | 0.56 | 0 | 0.14 | 261.46 | 0.63 | 0.62 |
| Hex | 8C | 60 | DB | 24 | 38 | 0 | E | 105 | 3F | 3E |
| Octal | 214 | 140 | 333 | 44 | 70 | 0 | 16 | 405 | 77 | 76 |
| Binary | 10001100 | 1100000 | 11011011 | 100100 | 111000 | 0 | 1110 | 100000101 | 111111 | 111110 |
Color Harmonies of #8C60DB
Complementary color
Monochromatic Colors of #8C60DB
Black with #8C60DB
Text Example
Text Example
White with #8C60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C60DB; }
p { color: rgb(140,96,219); }
H1.HeaderClassName
{
color: #8C60DB;
}
.AnyTagClassName
{
color: #8C60DB;
}
</style>
background-color css
<style>
a { background-color: #8C60DB; }
a { background-color: rgb(140,96,219); }
div.DivClassName
{
background-color: #8C60DB;
}
.BgClassName
{
background-color: #8C60DB;
}
</style>
border-color css
<style>
span { border-color: #8C60DB; }
span { border-color: rgb(140,96,219); }
td.TdClassName
{
border-color: #8C60DB;
}
.TagClassName
{
border-color: #8C60DB;
}
</style>