Shades of Medium Purple #8363DC
Tints of Medium Purple #8363DC
RGB
CMYK
RGB Variations
Color information
#8363DC (or 0x8363DC) is known color: Medium Purple. HEX triplet: 83, 63 and DC. RGB value is (131,99,220). Sum of RGB (Red+Green+Blue) = 131+99+220=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8363DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363DC is #7C9C23. Grayscale: #797979. Windows color (decimal): -8166436 or 14443395. OLE color: 14443395.
HSL color Cylindrical-coordinate representation of color #8363DC: hue angle of 255.87º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8363DC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 99 | 220 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.14 |
| HSL | 255.87º | 0.63% | 0.63% | - |
| HSV(B) | 255.87º | 0.55% | 0.86% | - |
| XYZ | 26.74 | 18.92 | 69.95 | - |
| YUV | 122.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 220 | 0.40 | 0.55 | 0 | 0.14 | 255.87 | 0.63 | 0.63 |
| Hex | 83 | 63 | DC | 28 | 37 | 0 | E | 100 | 3F | 3F |
| Octal | 203 | 143 | 334 | 50 | 67 | 0 | 16 | 400 | 77 | 77 |
| Binary | 10000011 | 1100011 | 11011100 | 101000 | 110111 | 0 | 1110 | 100000000 | 111111 | 111111 |
Color Harmonies of #8363DC
Complementary color
Monochromatic Colors of #8363DC
Black with #8363DC
Text Example
Text Example
White with #8363DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8363DC; }
p { color: rgb(131,99,220); }
H1.HeaderClassName
{
color: #8363DC;
}
.AnyTagClassName
{
color: #8363DC;
}
</style>
background-color css
<style>
a { background-color: #8363DC; }
a { background-color: rgb(131,99,220); }
div.DivClassName
{
background-color: #8363DC;
}
.BgClassName
{
background-color: #8363DC;
}
</style>
border-color css
<style>
span { border-color: #8363DC; }
span { border-color: rgb(131,99,220); }
td.TdClassName
{
border-color: #8363DC;
}
.TagClassName
{
border-color: #8363DC;
}
</style>