Shades of Dark Purple #84236C
Tints of Dark Purple #84236C
RGB
CMYK
RGB Variations
Color information
#84236C (or 0x84236C) is known color: Dark Purple. HEX triplet: 84, 23 and 6C. RGB value is (132,35,108). Sum of RGB (Red+Green+Blue) = 132+35+108=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84236C is #7BDC93. Grayscale: #484848. Windows color (decimal): -8117396 or 7086980. OLE color: 7086980.
HSL color Cylindrical-coordinate representation of color #84236C: hue angle of 314.85º 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 #84236C is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 108 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.48 |
| HSL | 314.85º | 0.58% | 0.33% | - |
| HSV(B) | 314.85º | 0.73% | 0.52% | - |
| XYZ | 12.82 | 7.19 | 14.9 | - |
| YUV | 72.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 108 | 0 | 0.73 | 0.18 | 0.48 | 314.85 | 0.58 | 0.33 |
| Hex | 84 | 23 | 6C | 0 | 49 | 12 | 30 | 13B | 3A | 21 |
| Octal | 204 | 43 | 154 | 0 | 111 | 22 | 60 | 473 | 72 | 41 |
| Binary | 10000100 | 100011 | 1101100 | 0 | 1001001 | 10010 | 110000 | 100111011 | 111010 | 100001 |
Color Harmonies of #84236C
Complementary color
Monochromatic Colors of #84236C
Black with #84236C
Text Example
Text Example
White with #84236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84236C; }
p { color: rgb(132,35,108); }
H1.HeaderClassName
{
color: #84236C;
}
.AnyTagClassName
{
color: #84236C;
}
</style>
background-color css
<style>
a { background-color: #84236C; }
a { background-color: rgb(132,35,108); }
div.DivClassName
{
background-color: #84236C;
}
.BgClassName
{
background-color: #84236C;
}
</style>
border-color css
<style>
span { border-color: #84236C; }
span { border-color: rgb(132,35,108); }
td.TdClassName
{
border-color: #84236C;
}
.TagClassName
{
border-color: #84236C;
}
</style>