Shades of Medium Purple #8454DB
Tints of Medium Purple #8454DB
RGB
CMYK
RGB Variations
Color information
#8454DB (or 0x8454DB) is known color: Medium Purple. HEX triplet: 84, 54 and DB. RGB value is (132,84,219). Sum of RGB (Red+Green+Blue) = 132+84+219=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8454DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8454DB is #7BAB24. Grayscale: #717171. Windows color (decimal): -8104741 or 14374020. OLE color: 14374020.
HSL color Cylindrical-coordinate representation of color #8454DB: hue angle of 261.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8454DB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 84 | 219 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.14 |
| HSL | 261.33º | 0.65% | 0.59% | - |
| HSV(B) | 261.33º | 0.62% | 0.86% | - |
| XYZ | 25.47 | 16.36 | 68.83 | - |
| YUV | 113.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 219 | 0.40 | 0.62 | 0 | 0.14 | 261.33 | 0.65 | 0.59 |
| Hex | 84 | 54 | DB | 28 | 3E | 0 | E | 105 | 41 | 3B |
| Octal | 204 | 124 | 333 | 50 | 76 | 0 | 16 | 405 | 101 | 73 |
| Binary | 10000100 | 1010100 | 11011011 | 101000 | 111110 | 0 | 1110 | 100000101 | 1000001 | 111011 |
Color Harmonies of #8454DB
Complementary color
Monochromatic Colors of #8454DB
Black with #8454DB
Text Example
Text Example
White with #8454DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8454DB; }
p { color: rgb(132,84,219); }
H1.HeaderClassName
{
color: #8454DB;
}
.AnyTagClassName
{
color: #8454DB;
}
</style>
background-color css
<style>
a { background-color: #8454DB; }
a { background-color: rgb(132,84,219); }
div.DivClassName
{
background-color: #8454DB;
}
.BgClassName
{
background-color: #8454DB;
}
</style>
border-color css
<style>
span { border-color: #8454DB; }
span { border-color: rgb(132,84,219); }
td.TdClassName
{
border-color: #8454DB;
}
.TagClassName
{
border-color: #8454DB;
}
</style>