Shades of Medium Purple #8351DC
Tints of Medium Purple #8351DC
RGB
CMYK
RGB Variations
Color information
#8351DC (or 0x8351DC) is known color: Medium Purple. HEX triplet: 83, 51 and DC. RGB value is (131,81,220). Sum of RGB (Red+Green+Blue) = 131+81+220=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #8351DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351DC is #7CAE23. Grayscale: #6F6F6F. Windows color (decimal): -8171044 or 14438787. OLE color: 14438787.
HSL color Cylindrical-coordinate representation of color #8351DC: hue angle of 261.58º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8351DC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 81 | 220 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.14 |
| HSL | 261.58º | 0.67% | 0.59% | - |
| HSV(B) | 261.58º | 0.63% | 0.86% | - |
| XYZ | 25.22 | 15.88 | 69.45 | - |
| YUV | 111.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 220 | 0.40 | 0.63 | 0 | 0.14 | 261.58 | 0.67 | 0.59 |
| Hex | 83 | 51 | DC | 28 | 3F | 0 | E | 106 | 43 | 3B |
| Octal | 203 | 121 | 334 | 50 | 77 | 0 | 16 | 406 | 103 | 73 |
| Binary | 10000011 | 1010001 | 11011100 | 101000 | 111111 | 0 | 1110 | 100000110 | 1000011 | 111011 |
Color Harmonies of #8351DC
Complementary color
Monochromatic Colors of #8351DC
Black with #8351DC
Text Example
Text Example
White with #8351DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351DC; }
p { color: rgb(131,81,220); }
H1.HeaderClassName
{
color: #8351DC;
}
.AnyTagClassName
{
color: #8351DC;
}
</style>
background-color css
<style>
a { background-color: #8351DC; }
a { background-color: rgb(131,81,220); }
div.DivClassName
{
background-color: #8351DC;
}
.BgClassName
{
background-color: #8351DC;
}
</style>
border-color css
<style>
span { border-color: #8351DC; }
span { border-color: rgb(131,81,220); }
td.TdClassName
{
border-color: #8351DC;
}
.TagClassName
{
border-color: #8351DC;
}
</style>