Shades of Medium Purple #8367DA
Tints of Medium Purple #8367DA
RGB
CMYK
RGB Variations
Color information
#8367DA (or 0x8367DA) is known color: Medium Purple. HEX triplet: 83, 67 and DA. RGB value is (131,103,218). Sum of RGB (Red+Green+Blue) = 131+103+218=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #8367DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8367DA is #7C9825. Grayscale: #7C7C7C. Windows color (decimal): -8165414 or 14313347. OLE color: 14313347.
HSL color Cylindrical-coordinate representation of color #8367DA: hue angle of 254.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8367DA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 103 | 218 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.15 |
| HSL | 254.61º | 0.61% | 0.63% | - |
| HSV(B) | 254.61º | 0.53% | 0.85% | - |
| XYZ | 26.87 | 19.59 | 68.69 | - |
| YUV | 124.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 218 | 0.40 | 0.53 | 0 | 0.15 | 254.61 | 0.61 | 0.63 |
| Hex | 83 | 67 | DA | 28 | 35 | 0 | F | FF | 3D | 3F |
| Octal | 203 | 147 | 332 | 50 | 65 | 0 | 17 | 377 | 75 | 77 |
| Binary | 10000011 | 1100111 | 11011010 | 101000 | 110101 | 0 | 1111 | 11111111 | 111101 | 111111 |
Color Harmonies of #8367DA
Complementary color
Monochromatic Colors of #8367DA
Black with #8367DA
Text Example
Text Example
White with #8367DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367DA; }
p { color: rgb(131,103,218); }
H1.HeaderClassName
{
color: #8367DA;
}
.AnyTagClassName
{
color: #8367DA;
}
</style>
background-color css
<style>
a { background-color: #8367DA; }
a { background-color: rgb(131,103,218); }
div.DivClassName
{
background-color: #8367DA;
}
.BgClassName
{
background-color: #8367DA;
}
</style>
border-color css
<style>
span { border-color: #8367DA; }
span { border-color: rgb(131,103,218); }
td.TdClassName
{
border-color: #8367DA;
}
.TagClassName
{
border-color: #8367DA;
}
</style>