Shades of Medium Purple #8367DC
Tints of Medium Purple #8367DC
RGB
CMYK
RGB Variations
Color information
#8367DC (or 0x8367DC) is known color: Medium Purple. HEX triplet: 83, 67 and DC. RGB value is (131,103,220). Sum of RGB (Red+Green+Blue) = 131+103+220=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #8367DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8367DC is #7C9823. Grayscale: #7C7C7C. Windows color (decimal): -8165412 or 14444419. OLE color: 14444419.
HSL color Cylindrical-coordinate representation of color #8367DC: hue angle of 254.36º degrees, saturation: 0.63, 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 #8367DC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 103 | 220 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.14 |
| HSL | 254.36º | 0.63% | 0.63% | - |
| HSV(B) | 254.36º | 0.53% | 0.86% | - |
| XYZ | 27.13 | 19.69 | 70.08 | - |
| YUV | 124.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 220 | 0.40 | 0.53 | 0 | 0.14 | 254.36 | 0.63 | 0.63 |
| Hex | 83 | 67 | DC | 28 | 35 | 0 | E | FE | 3F | 3F |
| Octal | 203 | 147 | 334 | 50 | 65 | 0 | 16 | 376 | 77 | 77 |
| Binary | 10000011 | 1100111 | 11011100 | 101000 | 110101 | 0 | 1110 | 11111110 | 111111 | 111111 |
Color Harmonies of #8367DC
Complementary color
Monochromatic Colors of #8367DC
Black with #8367DC
Text Example
Text Example
White with #8367DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367DC; }
p { color: rgb(131,103,220); }
H1.HeaderClassName
{
color: #8367DC;
}
.AnyTagClassName
{
color: #8367DC;
}
</style>
background-color css
<style>
a { background-color: #8367DC; }
a { background-color: rgb(131,103,220); }
div.DivClassName
{
background-color: #8367DC;
}
.BgClassName
{
background-color: #8367DC;
}
</style>
border-color css
<style>
span { border-color: #8367DC; }
span { border-color: rgb(131,103,220); }
td.TdClassName
{
border-color: #8367DC;
}
.TagClassName
{
border-color: #8367DC;
}
</style>