Shades of Medium Purple #8353DB
Tints of Medium Purple #8353DB
RGB
CMYK
RGB Variations
Color information
#8353DB (or 0x8353DB) is known color: Medium Purple. HEX triplet: 83, 53 and DB. RGB value is (131,83,219). Sum of RGB (Red+Green+Blue) = 131+83+219=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #8353DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353DB is #7CAC24. Grayscale: #707070. Windows color (decimal): -8170533 or 14373763. OLE color: 14373763.
HSL color Cylindrical-coordinate representation of color #8353DB: hue angle of 261.18º degrees, saturation: 0.65, 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 #8353DB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 83 | 219 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.14 |
| HSL | 261.18º | 0.65% | 0.59% | - |
| HSV(B) | 261.18º | 0.62% | 0.86% | - |
| XYZ | 25.24 | 16.13 | 68.8 | - |
| YUV | 112.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 219 | 0.40 | 0.62 | 0 | 0.14 | 261.18 | 0.65 | 0.59 |
| Hex | 83 | 53 | DB | 28 | 3E | 0 | E | 105 | 41 | 3B |
| Octal | 203 | 123 | 333 | 50 | 76 | 0 | 16 | 405 | 101 | 73 |
| Binary | 10000011 | 1010011 | 11011011 | 101000 | 111110 | 0 | 1110 | 100000101 | 1000001 | 111011 |
Color Harmonies of #8353DB
Complementary color
Monochromatic Colors of #8353DB
Black with #8353DB
Text Example
Text Example
White with #8353DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353DB; }
p { color: rgb(131,83,219); }
H1.HeaderClassName
{
color: #8353DB;
}
.AnyTagClassName
{
color: #8353DB;
}
</style>
background-color css
<style>
a { background-color: #8353DB; }
a { background-color: rgb(131,83,219); }
div.DivClassName
{
background-color: #8353DB;
}
.BgClassName
{
background-color: #8353DB;
}
</style>
border-color css
<style>
span { border-color: #8353DB; }
span { border-color: rgb(131,83,219); }
td.TdClassName
{
border-color: #8353DB;
}
.TagClassName
{
border-color: #8353DB;
}
</style>