Shades of Dark Purple #84257E
Tints of Dark Purple #84257E
RGB
CMYK
RGB Variations
Color information
#84257E (or 0x84257E) is known color: Dark Purple. HEX triplet: 84, 25 and 7E. RGB value is (132,37,126). Sum of RGB (Red+Green+Blue) = 132+37+126=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84257E is #7BDA81. Grayscale: #4B4B4B. Windows color (decimal): -8116866 or 8267140. OLE color: 8267140.
HSL color Cylindrical-coordinate representation of color #84257E: hue angle of 303.79º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84257E is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 126 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.48 |
| HSL | 303.79º | 0.56% | 0.33% | - |
| HSV(B) | 303.79º | 0.72% | 0.52% | - |
| XYZ | 13.94 | 7.74 | 20.5 | - |
| YUV | 75.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 126 | 0 | 0.72 | 0.05 | 0.48 | 303.79 | 0.56 | 0.33 |
| Hex | 84 | 25 | 7E | 0 | 48 | 5 | 30 | 130 | 38 | 21 |
| Octal | 204 | 45 | 176 | 0 | 110 | 5 | 60 | 460 | 70 | 41 |
| Binary | 10000100 | 100101 | 1111110 | 0 | 1001000 | 101 | 110000 | 100110000 | 111000 | 100001 |
Color Harmonies of #84257E
Complementary color
Monochromatic Colors of #84257E
Black with #84257E
Text Example
Text Example
White with #84257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84257E; }
p { color: rgb(132,37,126); }
H1.HeaderClassName
{
color: #84257E;
}
.AnyTagClassName
{
color: #84257E;
}
</style>
background-color css
<style>
a { background-color: #84257E; }
a { background-color: rgb(132,37,126); }
div.DivClassName
{
background-color: #84257E;
}
.BgClassName
{
background-color: #84257E;
}
</style>
border-color css
<style>
span { border-color: #84257E; }
span { border-color: rgb(132,37,126); }
td.TdClassName
{
border-color: #84257E;
}
.TagClassName
{
border-color: #84257E;
}
</style>