Shades of Dark Purple #84256B
Tints of Dark Purple #84256B
RGB
CMYK
RGB Variations
Color information
#84256B (or 0x84256B) is known color: Dark Purple. HEX triplet: 84, 25 and 6B. RGB value is (132,37,107). Sum of RGB (Red+Green+Blue) = 132+37+107=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84256B is #7BDA94. Grayscale: #494949. Windows color (decimal): -8116885 or 7021956. OLE color: 7021956.
HSL color Cylindrical-coordinate representation of color #84256B: hue angle of 315.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 #84256B is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 107 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.48 |
| HSL | 315.79º | 0.56% | 0.33% | - |
| HSV(B) | 315.79º | 0.72% | 0.52% | - |
| XYZ | 12.83 | 7.29 | 14.64 | - |
| YUV | 73.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 107 | 0 | 0.72 | 0.19 | 0.48 | 315.79 | 0.56 | 0.33 |
| Hex | 84 | 25 | 6B | 0 | 48 | 13 | 30 | 13C | 38 | 21 |
| Octal | 204 | 45 | 153 | 0 | 110 | 23 | 60 | 474 | 70 | 41 |
| Binary | 10000100 | 100101 | 1101011 | 0 | 1001000 | 10011 | 110000 | 100111100 | 111000 | 100001 |
Color Harmonies of #84256B
Complementary color
Monochromatic Colors of #84256B
Black with #84256B
Text Example
Text Example
White with #84256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84256B; }
p { color: rgb(132,37,107); }
H1.HeaderClassName
{
color: #84256B;
}
.AnyTagClassName
{
color: #84256B;
}
</style>
background-color css
<style>
a { background-color: #84256B; }
a { background-color: rgb(132,37,107); }
div.DivClassName
{
background-color: #84256B;
}
.BgClassName
{
background-color: #84256B;
}
</style>
border-color css
<style>
span { border-color: #84256B; }
span { border-color: rgb(132,37,107); }
td.TdClassName
{
border-color: #84256B;
}
.TagClassName
{
border-color: #84256B;
}
</style>