Shades of Medium Purple #8366D8
Tints of Medium Purple #8366D8
RGB
CMYK
RGB Variations
Color information
#8366D8 (or 0x8366D8) is known color: Medium Purple. HEX triplet: 83, 66 and D8. RGB value is (131,102,216). Sum of RGB (Red+Green+Blue) = 131+102+216=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #8366D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366D8 is #7C9927. Grayscale: #7B7B7B. Windows color (decimal): -8165672 or 14182019. OLE color: 14182019.
HSL color Cylindrical-coordinate representation of color #8366D8: hue angle of 255.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8366D8 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 102 | 216 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.15 |
| HSL | 255.26º | 0.59% | 0.62% | - |
| HSV(B) | 255.26º | 0.53% | 0.85% | - |
| XYZ | 26.51 | 19.29 | 67.29 | - |
| YUV | 123.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 216 | 0.39 | 0.53 | 0 | 0.15 | 255.26 | 0.59 | 0.62 |
| Hex | 83 | 66 | D8 | 27 | 35 | 0 | F | FF | 3B | 3E |
| Octal | 203 | 146 | 330 | 47 | 65 | 0 | 17 | 377 | 73 | 76 |
| Binary | 10000011 | 1100110 | 11011000 | 100111 | 110101 | 0 | 1111 | 11111111 | 111011 | 111110 |
Color Harmonies of #8366D8
Complementary color
Monochromatic Colors of #8366D8
Black with #8366D8
Text Example
Text Example
White with #8366D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8366D8; }
p { color: rgb(131,102,216); }
H1.HeaderClassName
{
color: #8366D8;
}
.AnyTagClassName
{
color: #8366D8;
}
</style>
background-color css
<style>
a { background-color: #8366D8; }
a { background-color: rgb(131,102,216); }
div.DivClassName
{
background-color: #8366D8;
}
.BgClassName
{
background-color: #8366D8;
}
</style>
border-color css
<style>
span { border-color: #8366D8; }
span { border-color: rgb(131,102,216); }
td.TdClassName
{
border-color: #8366D8;
}
.TagClassName
{
border-color: #8366D8;
}
</style>