Shades of Medium Purple #8367DB
Tints of Medium Purple #8367DB
RGB
CMYK
RGB Variations
Color information
#8367DB (or 0x8367DB) is known color: Medium Purple. HEX triplet: 83, 67 and DB. RGB value is (131,103,219). Sum of RGB (Red+Green+Blue) = 131+103+219=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #8367DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8367DB is #7C9824. Grayscale: #7C7C7C. Windows color (decimal): -8165413 or 14378883. OLE color: 14378883.
HSL color Cylindrical-coordinate representation of color #8367DB: hue angle of 254.48º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8367DB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 103 | 219 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.14 |
| HSL | 254.48º | 0.62% | 0.63% | - |
| HSV(B) | 254.48º | 0.53% | 0.86% | - |
| XYZ | 27 | 19.64 | 69.39 | - |
| YUV | 124.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 219 | 0.40 | 0.53 | 0 | 0.14 | 254.48 | 0.62 | 0.63 |
| Hex | 83 | 67 | DB | 28 | 35 | 0 | E | FE | 3E | 3F |
| Octal | 203 | 147 | 333 | 50 | 65 | 0 | 16 | 376 | 76 | 77 |
| Binary | 10000011 | 1100111 | 11011011 | 101000 | 110101 | 0 | 1110 | 11111110 | 111110 | 111111 |
Color Harmonies of #8367DB
Complementary color
Monochromatic Colors of #8367DB
Black with #8367DB
Text Example
Text Example
White with #8367DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367DB; }
p { color: rgb(131,103,219); }
H1.HeaderClassName
{
color: #8367DB;
}
.AnyTagClassName
{
color: #8367DB;
}
</style>
background-color css
<style>
a { background-color: #8367DB; }
a { background-color: rgb(131,103,219); }
div.DivClassName
{
background-color: #8367DB;
}
.BgClassName
{
background-color: #8367DB;
}
</style>
border-color css
<style>
span { border-color: #8367DB; }
span { border-color: rgb(131,103,219); }
td.TdClassName
{
border-color: #8367DB;
}
.TagClassName
{
border-color: #8367DB;
}
</style>