Shades of Medium Purple #8353DC
Tints of Medium Purple #8353DC
RGB
CMYK
RGB Variations
Color information
#8353DC (or 0x8353DC) is known color: Medium Purple. HEX triplet: 83, 53 and DC. RGB value is (131,83,220). Sum of RGB (Red+Green+Blue) = 131+83+220=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8353DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353DC is #7CAC23. Grayscale: #707070. Windows color (decimal): -8170532 or 14439299. OLE color: 14439299.
HSL color Cylindrical-coordinate representation of color #8353DC: hue angle of 261.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8353DC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 83 | 220 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.14 |
| HSL | 261.02º | 0.66% | 0.59% | - |
| HSV(B) | 261.02º | 0.62% | 0.86% | - |
| XYZ | 25.37 | 16.18 | 69.5 | - |
| YUV | 112.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 220 | 0.40 | 0.62 | 0 | 0.14 | 261.02 | 0.66 | 0.59 |
| Hex | 83 | 53 | DC | 28 | 3E | 0 | E | 105 | 42 | 3B |
| Octal | 203 | 123 | 334 | 50 | 76 | 0 | 16 | 405 | 102 | 73 |
| Binary | 10000011 | 1010011 | 11011100 | 101000 | 111110 | 0 | 1110 | 100000101 | 1000010 | 111011 |
Color Harmonies of #8353DC
Complementary color
Monochromatic Colors of #8353DC
Black with #8353DC
Text Example
Text Example
White with #8353DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353DC; }
p { color: rgb(131,83,220); }
H1.HeaderClassName
{
color: #8353DC;
}
.AnyTagClassName
{
color: #8353DC;
}
</style>
background-color css
<style>
a { background-color: #8353DC; }
a { background-color: rgb(131,83,220); }
div.DivClassName
{
background-color: #8353DC;
}
.BgClassName
{
background-color: #8353DC;
}
</style>
border-color css
<style>
span { border-color: #8353DC; }
span { border-color: rgb(131,83,220); }
td.TdClassName
{
border-color: #8353DC;
}
.TagClassName
{
border-color: #8353DC;
}
</style>