Shades of Dark Purple #802883
Tints of Dark Purple #802883
RGB
CMYK
RGB Variations
Color information
#802883 (or 0x802883) is known color: Dark Purple. HEX triplet: 80, 28 and 83. RGB value is (128,40,131). Sum of RGB (Red+Green+Blue) = 128+40+131=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #802883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802883 is #7FD77C. Grayscale: #4C4C4C. Windows color (decimal): -8378237 or 8595584. OLE color: 8595584.
HSL color Cylindrical-coordinate representation of color #802883: hue angle of 298.02º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802883 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 40 | 131 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.49 |
| HSL | 298.02º | 0.53% | 0.34% | - |
| HSV(B) | 298.02º | 0.69% | 0.51% | - |
| XYZ | 13.76 | 7.75 | 22.24 | - |
| YUV | 76.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 131 | 0.02 | 0.69 | 0 | 0.49 | 298.02 | 0.53 | 0.34 |
| Hex | 80 | 28 | 83 | 2 | 45 | 0 | 31 | 12A | 35 | 22 |
| Octal | 200 | 50 | 203 | 2 | 105 | 0 | 61 | 452 | 65 | 42 |
| Binary | 10000000 | 101000 | 10000011 | 10 | 1000101 | 0 | 110001 | 100101010 | 110101 | 100010 |
Color Harmonies of #802883
Complementary color
Monochromatic Colors of #802883
Black with #802883
Text Example
Text Example
White with #802883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802883; }
p { color: rgb(128,40,131); }
H1.HeaderClassName
{
color: #802883;
}
.AnyTagClassName
{
color: #802883;
}
</style>
background-color css
<style>
a { background-color: #802883; }
a { background-color: rgb(128,40,131); }
div.DivClassName
{
background-color: #802883;
}
.BgClassName
{
background-color: #802883;
}
</style>
border-color css
<style>
span { border-color: #802883; }
span { border-color: rgb(128,40,131); }
td.TdClassName
{
border-color: #802883;
}
.TagClassName
{
border-color: #802883;
}
</style>