Shades of Medium Purple #8B63DB
Tints of Medium Purple #8B63DB
RGB
CMYK
RGB Variations
Color information
#8B63DB (or 0x8B63DB) is known color: Medium Purple. HEX triplet: 8B, 63 and DB. RGB value is (139,99,219). Sum of RGB (Red+Green+Blue) = 139+99+219=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63DB is #749C24. Grayscale: #7C7C7C. Windows color (decimal): -7642149 or 14377867. OLE color: 14377867.
HSL color Cylindrical-coordinate representation of color #8B63DB: hue angle of 260º 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 #8B63DB is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 99 | 219 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.14 |
| HSL | 260º | 0.63% | 0.62% | - |
| HSV(B) | 260º | 0.55% | 0.86% | - |
| XYZ | 27.9 | 19.53 | 69.32 | - |
| YUV | 124.64 | 181.25 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 219 | 0.37 | 0.55 | 0 | 0.14 | 260 | 0.63 | 0.62 |
| Hex | 8B | 63 | DB | 25 | 37 | 0 | E | 104 | 3E | 3E |
| Octal | 213 | 143 | 333 | 45 | 67 | 0 | 16 | 404 | 76 | 76 |
| Binary | 10001011 | 1100011 | 11011011 | 100101 | 110111 | 0 | 1110 | 100000100 | 111110 | 111110 |
Color Harmonies of #8B63DB
Complementary color
Monochromatic Colors of #8B63DB
Black with #8B63DB
Text Example
Text Example
White with #8B63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B63DB; }
p { color: rgb(139,99,219); }
H1.HeaderClassName
{
color: #8B63DB;
}
.AnyTagClassName
{
color: #8B63DB;
}
</style>
background-color css
<style>
a { background-color: #8B63DB; }
a { background-color: rgb(139,99,219); }
div.DivClassName
{
background-color: #8B63DB;
}
.BgClassName
{
background-color: #8B63DB;
}
</style>
border-color css
<style>
span { border-color: #8B63DB; }
span { border-color: rgb(139,99,219); }
td.TdClassName
{
border-color: #8B63DB;
}
.TagClassName
{
border-color: #8B63DB;
}
</style>