Shades of Medium Purple #8474DC
Tints of Medium Purple #8474DC
RGB
CMYK
RGB Variations
Color information
#8474DC (or 0x8474DC) is known color: Medium Purple. HEX triplet: 84, 74 and DC. RGB value is (132,116,220). Sum of RGB (Red+Green+Blue) = 132+116+220=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8474DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474DC is #7B8B23. Grayscale: #848484. Windows color (decimal): -8096548 or 14447748. OLE color: 14447748.
HSL color Cylindrical-coordinate representation of color #8474DC: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8474DC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 116 | 220 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.14 |
| HSL | 249.23º | 0.6% | 0.66% | - |
| HSV(B) | 249.23º | 0.47% | 0.86% | - |
| XYZ | 28.68 | 22.56 | 70.55 | - |
| YUV | 132.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 220 | 0.40 | 0.47 | 0 | 0.14 | 249.23 | 0.6 | 0.66 |
| Hex | 84 | 74 | DC | 28 | 2F | 0 | E | F9 | 3C | 42 |
| Octal | 204 | 164 | 334 | 50 | 57 | 0 | 16 | 371 | 74 | 102 |
| Binary | 10000100 | 1110100 | 11011100 | 101000 | 101111 | 0 | 1110 | 11111001 | 111100 | 1000010 |
Color Harmonies of #8474DC
Complementary color
Monochromatic Colors of #8474DC
Black with #8474DC
Text Example
Text Example
White with #8474DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474DC; }
p { color: rgb(132,116,220); }
H1.HeaderClassName
{
color: #8474DC;
}
.AnyTagClassName
{
color: #8474DC;
}
</style>
background-color css
<style>
a { background-color: #8474DC; }
a { background-color: rgb(132,116,220); }
div.DivClassName
{
background-color: #8474DC;
}
.BgClassName
{
background-color: #8474DC;
}
</style>
border-color css
<style>
span { border-color: #8474DC; }
span { border-color: rgb(132,116,220); }
td.TdClassName
{
border-color: #8474DC;
}
.TagClassName
{
border-color: #8474DC;
}
</style>