Shades of Medium Purple #8355DC
Tints of Medium Purple #8355DC
RGB
CMYK
RGB Variations
Color information
#8355DC (or 0x8355DC) is known color: Medium Purple. HEX triplet: 83, 55 and DC. RGB value is (131,85,220). Sum of RGB (Red+Green+Blue) = 131+85+220=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8355DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355DC is #7CAA23. Grayscale: #717171. Windows color (decimal): -8170020 or 14439811. OLE color: 14439811.
HSL color Cylindrical-coordinate representation of color #8355DC: hue angle of 260.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8355DC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 85 | 220 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.14 |
| HSL | 260.44º | 0.66% | 0.6% | - |
| HSV(B) | 260.44º | 0.61% | 0.86% | - |
| XYZ | 25.53 | 16.49 | 69.55 | - |
| YUV | 114.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 220 | 0.40 | 0.61 | 0 | 0.14 | 260.44 | 0.66 | 0.6 |
| Hex | 83 | 55 | DC | 28 | 3D | 0 | E | 104 | 42 | 3C |
| Octal | 203 | 125 | 334 | 50 | 75 | 0 | 16 | 404 | 102 | 74 |
| Binary | 10000011 | 1010101 | 11011100 | 101000 | 111101 | 0 | 1110 | 100000100 | 1000010 | 111100 |
Color Harmonies of #8355DC
Complementary color
Monochromatic Colors of #8355DC
Black with #8355DC
Text Example
Text Example
White with #8355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355DC; }
p { color: rgb(131,85,220); }
H1.HeaderClassName
{
color: #8355DC;
}
.AnyTagClassName
{
color: #8355DC;
}
</style>
background-color css
<style>
a { background-color: #8355DC; }
a { background-color: rgb(131,85,220); }
div.DivClassName
{
background-color: #8355DC;
}
.BgClassName
{
background-color: #8355DC;
}
</style>
border-color css
<style>
span { border-color: #8355DC; }
span { border-color: rgb(131,85,220); }
td.TdClassName
{
border-color: #8355DC;
}
.TagClassName
{
border-color: #8355DC;
}
</style>