Shades of Medium Purple #8364DB
Tints of Medium Purple #8364DB
RGB
CMYK
RGB Variations
Color information
#8364DB (or 0x8364DB) is known color: Medium Purple. HEX triplet: 83, 64 and DB. RGB value is (131,100,219). Sum of RGB (Red+Green+Blue) = 131+100+219=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8364DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8364DB is #7C9B24. Grayscale: #7A7A7A. Windows color (decimal): -8166181 or 14378115. OLE color: 14378115.
HSL color Cylindrical-coordinate representation of color #8364DB: hue angle of 255.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8364DB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 100 | 219 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.14 |
| HSL | 255.63º | 0.62% | 0.63% | - |
| HSV(B) | 255.63º | 0.54% | 0.86% | - |
| XYZ | 26.7 | 19.05 | 69.29 | - |
| YUV | 122.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 219 | 0.40 | 0.54 | 0 | 0.14 | 255.63 | 0.62 | 0.63 |
| Hex | 83 | 64 | DB | 28 | 36 | 0 | E | 100 | 3E | 3F |
| Octal | 203 | 144 | 333 | 50 | 66 | 0 | 16 | 400 | 76 | 77 |
| Binary | 10000011 | 1100100 | 11011011 | 101000 | 110110 | 0 | 1110 | 100000000 | 111110 | 111111 |
Color Harmonies of #8364DB
Complementary color
Monochromatic Colors of #8364DB
Black with #8364DB
Text Example
Text Example
White with #8364DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8364DB; }
p { color: rgb(131,100,219); }
H1.HeaderClassName
{
color: #8364DB;
}
.AnyTagClassName
{
color: #8364DB;
}
</style>
background-color css
<style>
a { background-color: #8364DB; }
a { background-color: rgb(131,100,219); }
div.DivClassName
{
background-color: #8364DB;
}
.BgClassName
{
background-color: #8364DB;
}
</style>
border-color css
<style>
span { border-color: #8364DB; }
span { border-color: rgb(131,100,219); }
td.TdClassName
{
border-color: #8364DB;
}
.TagClassName
{
border-color: #8364DB;
}
</style>