Shades of Medium Purple #8455DB
Tints of Medium Purple #8455DB
RGB
CMYK
RGB Variations
Color information
#8455DB (or 0x8455DB) is known color: Medium Purple. HEX triplet: 84, 55 and DB. RGB value is (132,85,219). Sum of RGB (Red+Green+Blue) = 132+85+219=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8455DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455DB is #7BAA24. Grayscale: #717171. Windows color (decimal): -8104485 or 14374276. OLE color: 14374276.
HSL color Cylindrical-coordinate representation of color #8455DB: hue angle of 261.04º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8455DB is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 85 | 219 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.14 |
| HSL | 261.04º | 0.65% | 0.6% | - |
| HSV(B) | 261.04º | 0.61% | 0.86% | - |
| XYZ | 25.55 | 16.52 | 68.86 | - |
| YUV | 114.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 219 | 0.40 | 0.61 | 0 | 0.14 | 261.04 | 0.65 | 0.6 |
| Hex | 84 | 55 | DB | 28 | 3D | 0 | E | 105 | 41 | 3C |
| Octal | 204 | 125 | 333 | 50 | 75 | 0 | 16 | 405 | 101 | 74 |
| Binary | 10000100 | 1010101 | 11011011 | 101000 | 111101 | 0 | 1110 | 100000101 | 1000001 | 111100 |
Color Harmonies of #8455DB
Complementary color
Monochromatic Colors of #8455DB
Black with #8455DB
Text Example
Text Example
White with #8455DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455DB; }
p { color: rgb(132,85,219); }
H1.HeaderClassName
{
color: #8455DB;
}
.AnyTagClassName
{
color: #8455DB;
}
</style>
background-color css
<style>
a { background-color: #8455DB; }
a { background-color: rgb(132,85,219); }
div.DivClassName
{
background-color: #8455DB;
}
.BgClassName
{
background-color: #8455DB;
}
</style>
border-color css
<style>
span { border-color: #8455DB; }
span { border-color: rgb(132,85,219); }
td.TdClassName
{
border-color: #8455DB;
}
.TagClassName
{
border-color: #8455DB;
}
</style>