Shades of Dark Purple #833480
Tints of Dark Purple #833480
RGB
CMYK
RGB Variations
Color information
#833480 (or 0x833480) is known color: Dark Purple. HEX triplet: 83, 34 and 80. RGB value is (131,52,128). Sum of RGB (Red+Green+Blue) = 131+52+128=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #833480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833480 is #7CCB7F. Grayscale: #545454. Windows color (decimal): -8178560 or 8402051. OLE color: 8402051.
HSL color Cylindrical-coordinate representation of color #833480: hue angle of 302.28º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833480 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 128 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.49 |
| HSL | 302.28º | 0.43% | 0.36% | - |
| HSV(B) | 302.28º | 0.6% | 0.51% | - |
| XYZ | 14.48 | 8.84 | 21.36 | - |
| YUV | 84.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 128 | 0 | 0.60 | 0.02 | 0.49 | 302.28 | 0.43 | 0.36 |
| Hex | 83 | 34 | 80 | 0 | 3C | 2 | 31 | 12E | 2B | 24 |
| Octal | 203 | 64 | 200 | 0 | 74 | 2 | 61 | 456 | 53 | 44 |
| Binary | 10000011 | 110100 | 10000000 | 0 | 111100 | 10 | 110001 | 100101110 | 101011 | 100100 |
Color Harmonies of #833480
Complementary color
Monochromatic Colors of #833480
Black with #833480
Text Example
Text Example
White with #833480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833480; }
p { color: rgb(131,52,128); }
H1.HeaderClassName
{
color: #833480;
}
.AnyTagClassName
{
color: #833480;
}
</style>
background-color css
<style>
a { background-color: #833480; }
a { background-color: rgb(131,52,128); }
div.DivClassName
{
background-color: #833480;
}
.BgClassName
{
background-color: #833480;
}
</style>
border-color css
<style>
span { border-color: #833480; }
span { border-color: rgb(131,52,128); }
td.TdClassName
{
border-color: #833480;
}
.TagClassName
{
border-color: #833480;
}
</style>