Shades of Dark Purple #84237E
Tints of Dark Purple #84237E
RGB
CMYK
RGB Variations
Color information
#84237E (or 0x84237E) is known color: Dark Purple. HEX triplet: 84, 23 and 7E. RGB value is (132,35,126). Sum of RGB (Red+Green+Blue) = 132+35+126=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84237E is #7BDC81. Grayscale: #4A4A4A. Windows color (decimal): -8117378 or 8266628. OLE color: 8266628.
HSL color Cylindrical-coordinate representation of color #84237E: hue angle of 303.71º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84237E is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 126 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.48 |
| HSL | 303.71º | 0.58% | 0.33% | - |
| HSV(B) | 303.71º | 0.73% | 0.52% | - |
| XYZ | 13.88 | 7.61 | 20.48 | - |
| YUV | 74.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 126 | 0 | 0.73 | 0.05 | 0.48 | 303.71 | 0.58 | 0.33 |
| Hex | 84 | 23 | 7E | 0 | 49 | 5 | 30 | 130 | 3A | 21 |
| Octal | 204 | 43 | 176 | 0 | 111 | 5 | 60 | 460 | 72 | 41 |
| Binary | 10000100 | 100011 | 1111110 | 0 | 1001001 | 101 | 110000 | 100110000 | 111010 | 100001 |
Color Harmonies of #84237E
Complementary color
Monochromatic Colors of #84237E
Black with #84237E
Text Example
Text Example
White with #84237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84237E; }
p { color: rgb(132,35,126); }
H1.HeaderClassName
{
color: #84237E;
}
.AnyTagClassName
{
color: #84237E;
}
</style>
background-color css
<style>
a { background-color: #84237E; }
a { background-color: rgb(132,35,126); }
div.DivClassName
{
background-color: #84237E;
}
.BgClassName
{
background-color: #84237E;
}
</style>
border-color css
<style>
span { border-color: #84237E; }
span { border-color: rgb(132,35,126); }
td.TdClassName
{
border-color: #84237E;
}
.TagClassName
{
border-color: #84237E;
}
</style>