Shades of Dark Purple #802186
Tints of Dark Purple #802186
RGB
CMYK
RGB Variations
Color information
#802186 (or 0x802186) is known color: Dark Purple. HEX triplet: 80, 21 and 86. RGB value is (128,33,134). Sum of RGB (Red+Green+Blue) = 128+33+134=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #802186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802186 is #7FDE79. Grayscale: #484848. Windows color (decimal): -8380026 or 8790400. OLE color: 8790400.
HSL color Cylindrical-coordinate representation of color #802186: hue angle of 296.44º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802186 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 33 | 134 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.47 |
| HSL | 296.44º | 0.6% | 0.33% | - |
| HSV(B) | 296.44º | 0.75% | 0.53% | - |
| XYZ | 13.75 | 7.4 | 23.26 | - |
| YUV | 72.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 134 | 0.04 | 0.75 | 0 | 0.47 | 296.44 | 0.6 | 0.33 |
| Hex | 80 | 21 | 86 | 4 | 4B | 0 | 2F | 128 | 3C | 21 |
| Octal | 200 | 41 | 206 | 4 | 113 | 0 | 57 | 450 | 74 | 41 |
| Binary | 10000000 | 100001 | 10000110 | 100 | 1001011 | 0 | 101111 | 100101000 | 111100 | 100001 |
Color Harmonies of #802186
Complementary color
Monochromatic Colors of #802186
Black with #802186
Text Example
Text Example
White with #802186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802186; }
p { color: rgb(128,33,134); }
H1.HeaderClassName
{
color: #802186;
}
.AnyTagClassName
{
color: #802186;
}
</style>
background-color css
<style>
a { background-color: #802186; }
a { background-color: rgb(128,33,134); }
div.DivClassName
{
background-color: #802186;
}
.BgClassName
{
background-color: #802186;
}
</style>
border-color css
<style>
span { border-color: #802186; }
span { border-color: rgb(128,33,134); }
td.TdClassName
{
border-color: #802186;
}
.TagClassName
{
border-color: #802186;
}
</style>