Shades of Dark Purple #84266E
Tints of Dark Purple #84266E
RGB
CMYK
RGB Variations
Color information
#84266E (or 0x84266E) is known color: Dark Purple. HEX triplet: 84, 26 and 6E. RGB value is (132,38,110). Sum of RGB (Red+Green+Blue) = 132+38+110=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84266E is #7BD991. Grayscale: #4A4A4A. Windows color (decimal): -8116626 or 7218820. OLE color: 7218820.
HSL color Cylindrical-coordinate representation of color #84266E: hue angle of 314.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84266E is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 110 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.48 |
| HSL | 314.04º | 0.55% | 0.33% | - |
| HSV(B) | 314.04º | 0.71% | 0.52% | - |
| XYZ | 13.02 | 7.42 | 15.5 | - |
| YUV | 74.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 110 | 0 | 0.71 | 0.17 | 0.48 | 314.04 | 0.55 | 0.33 |
| Hex | 84 | 26 | 6E | 0 | 47 | 11 | 30 | 13A | 37 | 21 |
| Octal | 204 | 46 | 156 | 0 | 107 | 21 | 60 | 472 | 67 | 41 |
| Binary | 10000100 | 100110 | 1101110 | 0 | 1000111 | 10001 | 110000 | 100111010 | 110111 | 100001 |
Color Harmonies of #84266E
Complementary color
Monochromatic Colors of #84266E
Black with #84266E
Text Example
Text Example
White with #84266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84266E; }
p { color: rgb(132,38,110); }
H1.HeaderClassName
{
color: #84266E;
}
.AnyTagClassName
{
color: #84266E;
}
</style>
background-color css
<style>
a { background-color: #84266E; }
a { background-color: rgb(132,38,110); }
div.DivClassName
{
background-color: #84266E;
}
.BgClassName
{
background-color: #84266E;
}
</style>
border-color css
<style>
span { border-color: #84266E; }
span { border-color: rgb(132,38,110); }
td.TdClassName
{
border-color: #84266E;
}
.TagClassName
{
border-color: #84266E;
}
</style>