Shades of Medium Purple #8351DB
Tints of Medium Purple #8351DB
RGB
CMYK
RGB Variations
Color information
#8351DB (or 0x8351DB) is known color: Medium Purple. HEX triplet: 83, 51 and DB. RGB value is (131,81,219). Sum of RGB (Red+Green+Blue) = 131+81+219=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #8351DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351DB is #7CAE24. Grayscale: #6F6F6F. Windows color (decimal): -8171045 or 14373251. OLE color: 14373251.
HSL color Cylindrical-coordinate representation of color #8351DB: hue angle of 261.74º degrees, saturation: 0.66, 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 #8351DB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 81 | 219 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.14 |
| HSL | 261.74º | 0.66% | 0.59% | - |
| HSV(B) | 261.74º | 0.63% | 0.86% | - |
| XYZ | 25.09 | 15.82 | 68.75 | - |
| YUV | 111.68 | 188.57 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 219 | 0.40 | 0.63 | 0 | 0.14 | 261.74 | 0.66 | 0.59 |
| Hex | 83 | 51 | DB | 28 | 3F | 0 | E | 106 | 42 | 3B |
| Octal | 203 | 121 | 333 | 50 | 77 | 0 | 16 | 406 | 102 | 73 |
| Binary | 10000011 | 1010001 | 11011011 | 101000 | 111111 | 0 | 1110 | 100000110 | 1000010 | 111011 |
Color Harmonies of #8351DB
Complementary color
Monochromatic Colors of #8351DB
Black with #8351DB
Text Example
Text Example
White with #8351DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351DB; }
p { color: rgb(131,81,219); }
H1.HeaderClassName
{
color: #8351DB;
}
.AnyTagClassName
{
color: #8351DB;
}
</style>
background-color css
<style>
a { background-color: #8351DB; }
a { background-color: rgb(131,81,219); }
div.DivClassName
{
background-color: #8351DB;
}
.BgClassName
{
background-color: #8351DB;
}
</style>
border-color css
<style>
span { border-color: #8351DB; }
span { border-color: rgb(131,81,219); }
td.TdClassName
{
border-color: #8351DB;
}
.TagClassName
{
border-color: #8351DB;
}
</style>