Shades of Dark Purple #84236B
Tints of Dark Purple #84236B
RGB
CMYK
RGB Variations
Color information
#84236B (or 0x84236B) is known color: Dark Purple. HEX triplet: 84, 23 and 6B. RGB value is (132,35,107). Sum of RGB (Red+Green+Blue) = 132+35+107=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84236B is #7BDC94. Grayscale: #484848. Windows color (decimal): -8117397 or 7021444. OLE color: 7021444.
HSL color Cylindrical-coordinate representation of color #84236B: hue angle of 315.46º 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 #84236B is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 107 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.48 |
| HSL | 315.46º | 0.58% | 0.33% | - |
| HSV(B) | 315.46º | 0.73% | 0.52% | - |
| XYZ | 12.77 | 7.17 | 14.62 | - |
| YUV | 72.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 107 | 0 | 0.73 | 0.19 | 0.48 | 315.46 | 0.58 | 0.33 |
| Hex | 84 | 23 | 6B | 0 | 49 | 13 | 30 | 13B | 3A | 21 |
| Octal | 204 | 43 | 153 | 0 | 111 | 23 | 60 | 473 | 72 | 41 |
| Binary | 10000100 | 100011 | 1101011 | 0 | 1001001 | 10011 | 110000 | 100111011 | 111010 | 100001 |
Color Harmonies of #84236B
Complementary color
Monochromatic Colors of #84236B
Black with #84236B
Text Example
Text Example
White with #84236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84236B; }
p { color: rgb(132,35,107); }
H1.HeaderClassName
{
color: #84236B;
}
.AnyTagClassName
{
color: #84236B;
}
</style>
background-color css
<style>
a { background-color: #84236B; }
a { background-color: rgb(132,35,107); }
div.DivClassName
{
background-color: #84236B;
}
.BgClassName
{
background-color: #84236B;
}
</style>
border-color css
<style>
span { border-color: #84236B; }
span { border-color: rgb(132,35,107); }
td.TdClassName
{
border-color: #84236B;
}
.TagClassName
{
border-color: #84236B;
}
</style>