Shades of Medium Purple #8C63DB
Tints of Medium Purple #8C63DB
RGB
CMYK
RGB Variations
Color information
#8C63DB (or 0x8C63DB) is known color: Medium Purple. HEX triplet: 8C, 63 and DB. RGB value is (140,99,219). Sum of RGB (Red+Green+Blue) = 140+99+219=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63DB is #739C24. Grayscale: #7C7C7C. Windows color (decimal): -7576613 or 14377868. OLE color: 14377868.
HSL color Cylindrical-coordinate representation of color #8C63DB: hue angle of 260.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C63DB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 99 | 219 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.14 |
| HSL | 260.5º | 0.63% | 0.62% | - |
| HSV(B) | 260.5º | 0.55% | 0.86% | - |
| XYZ | 28.06 | 19.61 | 69.32 | - |
| YUV | 124.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 219 | 0.36 | 0.55 | 0 | 0.14 | 260.5 | 0.63 | 0.62 |
| Hex | 8C | 63 | DB | 24 | 37 | 0 | E | 104 | 3E | 3E |
| Octal | 214 | 143 | 333 | 44 | 67 | 0 | 16 | 404 | 76 | 76 |
| Binary | 10001100 | 1100011 | 11011011 | 100100 | 110111 | 0 | 1110 | 100000100 | 111110 | 111110 |
Color Harmonies of #8C63DB
Complementary color
Monochromatic Colors of #8C63DB
Black with #8C63DB
Text Example
Text Example
White with #8C63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C63DB; }
p { color: rgb(140,99,219); }
H1.HeaderClassName
{
color: #8C63DB;
}
.AnyTagClassName
{
color: #8C63DB;
}
</style>
background-color css
<style>
a { background-color: #8C63DB; }
a { background-color: rgb(140,99,219); }
div.DivClassName
{
background-color: #8C63DB;
}
.BgClassName
{
background-color: #8C63DB;
}
</style>
border-color css
<style>
span { border-color: #8C63DB; }
span { border-color: rgb(140,99,219); }
td.TdClassName
{
border-color: #8C63DB;
}
.TagClassName
{
border-color: #8C63DB;
}
</style>