Shades of Medium Purple #8370DC
Tints of Medium Purple #8370DC
RGB
CMYK
RGB Variations
Color information
#8370DC (or 0x8370DC) is known color: Medium Purple. HEX triplet: 83, 70 and DC. RGB value is (131,112,220). Sum of RGB (Red+Green+Blue) = 131+112+220=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #8370DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370DC is #7C8F23. Grayscale: #818181. Windows color (decimal): -8163108 or 14446723. OLE color: 14446723.
HSL color Cylindrical-coordinate representation of color #8370DC: hue angle of 250.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8370DC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 112 | 220 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.14 |
| HSL | 250.56º | 0.61% | 0.65% | - |
| HSV(B) | 250.56º | 0.49% | 0.86% | - |
| XYZ | 28.07 | 21.58 | 70.4 | - |
| YUV | 129.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 220 | 0.40 | 0.49 | 0 | 0.14 | 250.56 | 0.61 | 0.65 |
| Hex | 83 | 70 | DC | 28 | 31 | 0 | E | FB | 3D | 41 |
| Octal | 203 | 160 | 334 | 50 | 61 | 0 | 16 | 373 | 75 | 101 |
| Binary | 10000011 | 1110000 | 11011100 | 101000 | 110001 | 0 | 1110 | 11111011 | 111101 | 1000001 |
Color Harmonies of #8370DC
Complementary color
Monochromatic Colors of #8370DC
Black with #8370DC
Text Example
Text Example
White with #8370DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8370DC; }
p { color: rgb(131,112,220); }
H1.HeaderClassName
{
color: #8370DC;
}
.AnyTagClassName
{
color: #8370DC;
}
</style>
background-color css
<style>
a { background-color: #8370DC; }
a { background-color: rgb(131,112,220); }
div.DivClassName
{
background-color: #8370DC;
}
.BgClassName
{
background-color: #8370DC;
}
</style>
border-color css
<style>
span { border-color: #8370DC; }
span { border-color: rgb(131,112,220); }
td.TdClassName
{
border-color: #8370DC;
}
.TagClassName
{
border-color: #8370DC;
}
</style>