Shades of Medium Purple #8355D7
Tints of Medium Purple #8355D7
RGB
CMYK
RGB Variations
Color information
#8355D7 (or 0x8355D7) is known color: Medium Purple. HEX triplet: 83, 55 and D7. RGB value is (131,85,215). Sum of RGB (Red+Green+Blue) = 131+85+215=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #8355D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355D7 is #7CAA28. Grayscale: #717171. Windows color (decimal): -8170025 or 14112131. OLE color: 14112131.
HSL color Cylindrical-coordinate representation of color #8355D7: hue angle of 261.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8355D7 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 85 | 215 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.16 |
| HSL | 261.23º | 0.62% | 0.59% | - |
| HSV(B) | 261.23º | 0.6% | 0.84% | - |
| XYZ | 24.87 | 16.23 | 66.11 | - |
| YUV | 113.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 215 | 0.39 | 0.60 | 0 | 0.16 | 261.23 | 0.62 | 0.59 |
| Hex | 83 | 55 | D7 | 27 | 3C | 0 | 10 | 105 | 3E | 3B |
| Octal | 203 | 125 | 327 | 47 | 74 | 0 | 20 | 405 | 76 | 73 |
| Binary | 10000011 | 1010101 | 11010111 | 100111 | 111100 | 0 | 10000 | 100000101 | 111110 | 111011 |
Color Harmonies of #8355D7
Complementary color
Monochromatic Colors of #8355D7
Black with #8355D7
Text Example
Text Example
White with #8355D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355D7; }
p { color: rgb(131,85,215); }
H1.HeaderClassName
{
color: #8355D7;
}
.AnyTagClassName
{
color: #8355D7;
}
</style>
background-color css
<style>
a { background-color: #8355D7; }
a { background-color: rgb(131,85,215); }
div.DivClassName
{
background-color: #8355D7;
}
.BgClassName
{
background-color: #8355D7;
}
</style>
border-color css
<style>
span { border-color: #8355D7; }
span { border-color: rgb(131,85,215); }
td.TdClassName
{
border-color: #8355D7;
}
.TagClassName
{
border-color: #8355D7;
}
</style>