Shades of Medium Purple #8367DD
Tints of Medium Purple #8367DD
RGB
CMYK
RGB Variations
Color information
#8367DD (or 0x8367DD) is known color: Medium Purple. HEX triplet: 83, 67 and DD. RGB value is (131,103,221). Sum of RGB (Red+Green+Blue) = 131+103+221=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #8367DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8367DD is #7C9822. Grayscale: #7C7C7C. Windows color (decimal): -8165411 or 14509955. OLE color: 14509955.
HSL color Cylindrical-coordinate representation of color #8367DD: hue angle of 254.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8367DD is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 103 | 221 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.13 |
| HSL | 254.24º | 0.63% | 0.64% | - |
| HSV(B) | 254.24º | 0.53% | 0.87% | - |
| XYZ | 27.26 | 19.75 | 70.78 | - |
| YUV | 124.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 221 | 0.41 | 0.53 | 0 | 0.13 | 254.24 | 0.63 | 0.64 |
| Hex | 83 | 67 | DD | 29 | 35 | 0 | D | FE | 3F | 40 |
| Octal | 203 | 147 | 335 | 51 | 65 | 0 | 15 | 376 | 77 | 100 |
| Binary | 10000011 | 1100111 | 11011101 | 101001 | 110101 | 0 | 1101 | 11111110 | 111111 | 1000000 |
Color Harmonies of #8367DD
Complementary color
Monochromatic Colors of #8367DD
Black with #8367DD
Text Example
Text Example
White with #8367DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367DD; }
p { color: rgb(131,103,221); }
H1.HeaderClassName
{
color: #8367DD;
}
.AnyTagClassName
{
color: #8367DD;
}
</style>
background-color css
<style>
a { background-color: #8367DD; }
a { background-color: rgb(131,103,221); }
div.DivClassName
{
background-color: #8367DD;
}
.BgClassName
{
background-color: #8367DD;
}
</style>
border-color css
<style>
span { border-color: #8367DD; }
span { border-color: rgb(131,103,221); }
td.TdClassName
{
border-color: #8367DD;
}
.TagClassName
{
border-color: #8367DD;
}
</style>