Shades of Medium Purple #8372DC
Tints of Medium Purple #8372DC
RGB
CMYK
RGB Variations
Color information
#8372DC (or 0x8372DC) is known color: Medium Purple. HEX triplet: 83, 72 and DC. RGB value is (131,114,220). Sum of RGB (Red+Green+Blue) = 131+114+220=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #8372DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372DC is #7C8D23. Grayscale: #828282. Windows color (decimal): -8162596 or 14447235. OLE color: 14447235.
HSL color Cylindrical-coordinate representation of color #8372DC: hue angle of 249.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8372DC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 114 | 220 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.14 |
| HSL | 249.62º | 0.6% | 0.65% | - |
| HSV(B) | 249.62º | 0.48% | 0.86% | - |
| XYZ | 28.3 | 22.03 | 70.47 | - |
| YUV | 131.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 220 | 0.40 | 0.48 | 0 | 0.14 | 249.62 | 0.6 | 0.65 |
| Hex | 83 | 72 | DC | 28 | 30 | 0 | E | FA | 3C | 41 |
| Octal | 203 | 162 | 334 | 50 | 60 | 0 | 16 | 372 | 74 | 101 |
| Binary | 10000011 | 1110010 | 11011100 | 101000 | 110000 | 0 | 1110 | 11111010 | 111100 | 1000001 |
Color Harmonies of #8372DC
Complementary color
Monochromatic Colors of #8372DC
Black with #8372DC
Text Example
Text Example
White with #8372DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8372DC; }
p { color: rgb(131,114,220); }
H1.HeaderClassName
{
color: #8372DC;
}
.AnyTagClassName
{
color: #8372DC;
}
</style>
background-color css
<style>
a { background-color: #8372DC; }
a { background-color: rgb(131,114,220); }
div.DivClassName
{
background-color: #8372DC;
}
.BgClassName
{
background-color: #8372DC;
}
</style>
border-color css
<style>
span { border-color: #8372DC; }
span { border-color: rgb(131,114,220); }
td.TdClassName
{
border-color: #8372DC;
}
.TagClassName
{
border-color: #8372DC;
}
</style>