Shades of Dark Purple #802983
Tints of Dark Purple #802983
RGB
CMYK
RGB Variations
Color information
#802983 (or 0x802983) is known color: Dark Purple. HEX triplet: 80, 29 and 83. RGB value is (128,41,131). Sum of RGB (Red+Green+Blue) = 128+41+131=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #802983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802983 is #7FD67C. Grayscale: #4D4D4D. Windows color (decimal): -8377981 or 8595840. OLE color: 8595840.
HSL color Cylindrical-coordinate representation of color #802983: hue angle of 298º degrees, saturation: 0.52, 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 #802983 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 41 | 131 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.49 |
| HSL | 298º | 0.52% | 0.34% | - |
| HSV(B) | 298º | 0.69% | 0.51% | - |
| XYZ | 13.79 | 7.81 | 22.25 | - |
| YUV | 77.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 131 | 0.02 | 0.69 | 0 | 0.49 | 298 | 0.52 | 0.34 |
| Hex | 80 | 29 | 83 | 2 | 45 | 0 | 31 | 12A | 34 | 22 |
| Octal | 200 | 51 | 203 | 2 | 105 | 0 | 61 | 452 | 64 | 42 |
| Binary | 10000000 | 101001 | 10000011 | 10 | 1000101 | 0 | 110001 | 100101010 | 110100 | 100010 |
Color Harmonies of #802983
Complementary color
Monochromatic Colors of #802983
Black with #802983
Text Example
Text Example
White with #802983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802983; }
p { color: rgb(128,41,131); }
H1.HeaderClassName
{
color: #802983;
}
.AnyTagClassName
{
color: #802983;
}
</style>
background-color css
<style>
a { background-color: #802983; }
a { background-color: rgb(128,41,131); }
div.DivClassName
{
background-color: #802983;
}
.BgClassName
{
background-color: #802983;
}
</style>
border-color css
<style>
span { border-color: #802983; }
span { border-color: rgb(128,41,131); }
td.TdClassName
{
border-color: #802983;
}
.TagClassName
{
border-color: #802983;
}
</style>