Shades of Medium Purple #8458DC
Tints of Medium Purple #8458DC
RGB
CMYK
RGB Variations
Color information
#8458DC (or 0x8458DC) is known color: Medium Purple. HEX triplet: 84, 58 and DC. RGB value is (132,88,220). Sum of RGB (Red+Green+Blue) = 132+88+220=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #8458DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458DC is #7BA723. Grayscale: #737373. Windows color (decimal): -8103716 or 14440580. OLE color: 14440580.
HSL color Cylindrical-coordinate representation of color #8458DC: hue angle of 260º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8458DC is Cyan = 0.40, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 88 | 220 | - |
| CMYK | 0.40 | 0.6 | 0 | 0.14 |
| HSL | 260º | 0.65% | 0.6% | - |
| HSV(B) | 260º | 0.6% | 0.86% | - |
| XYZ | 25.92 | 17.05 | 69.64 | - |
| YUV | 116.2 | 186.58 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 220 | 0.40 | 0.6 | 0 | 0.14 | 260 | 0.65 | 0.6 |
| Hex | 84 | 58 | DC | 28 | 3C | 0 | E | 104 | 41 | 3C |
| Octal | 204 | 130 | 334 | 50 | 74 | 0 | 16 | 404 | 101 | 74 |
| Binary | 10000100 | 1011000 | 11011100 | 101000 | 111100 | 0 | 1110 | 100000100 | 1000001 | 111100 |
Color Harmonies of #8458DC
Complementary color
Monochromatic Colors of #8458DC
Black with #8458DC
Text Example
Text Example
White with #8458DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458DC; }
p { color: rgb(132,88,220); }
H1.HeaderClassName
{
color: #8458DC;
}
.AnyTagClassName
{
color: #8458DC;
}
</style>
background-color css
<style>
a { background-color: #8458DC; }
a { background-color: rgb(132,88,220); }
div.DivClassName
{
background-color: #8458DC;
}
.BgClassName
{
background-color: #8458DC;
}
</style>
border-color css
<style>
span { border-color: #8458DC; }
span { border-color: rgb(132,88,220); }
td.TdClassName
{
border-color: #8458DC;
}
.TagClassName
{
border-color: #8458DC;
}
</style>