Shades of Dark Purple #84096F
Tints of Dark Purple #84096F
RGB
CMYK
RGB Variations
Color information
#84096F (or 0x84096F) is known color: Dark Purple. HEX triplet: 84, 09 and 6F. RGB value is (132,9,111). Sum of RGB (Red+Green+Blue) = 132+9+111=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84096F is #7BF690. Grayscale: #393939. Windows color (decimal): -8124049 or 7276932. OLE color: 7276932.
HSL color Cylindrical-coordinate representation of color #84096F: hue angle of 310.24º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84096F is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 111 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.48 |
| HSL | 310.24º | 0.87% | 0.28% | - |
| HSV(B) | 310.24º | 0.93% | 0.52% | - |
| XYZ | 12.48 | 6.25 | 15.59 | - |
| YUV | 57.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 111 | 0 | 0.93 | 0.16 | 0.48 | 310.24 | 0.87 | 0.28 |
| Hex | 84 | 9 | 6F | 0 | 5D | 10 | 30 | 136 | 57 | 1C |
| Octal | 204 | 11 | 157 | 0 | 135 | 20 | 60 | 466 | 127 | 34 |
| Binary | 10000100 | 1001 | 1101111 | 0 | 1011101 | 10000 | 110000 | 100110110 | 1010111 | 11100 |
Color Harmonies of #84096F
Complementary color
Monochromatic Colors of #84096F
Black with #84096F
Text Example
Text Example
White with #84096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84096F; }
p { color: rgb(132,9,111); }
H1.HeaderClassName
{
color: #84096F;
}
.AnyTagClassName
{
color: #84096F;
}
</style>
background-color css
<style>
a { background-color: #84096F; }
a { background-color: rgb(132,9,111); }
div.DivClassName
{
background-color: #84096F;
}
.BgClassName
{
background-color: #84096F;
}
</style>
border-color css
<style>
span { border-color: #84096F; }
span { border-color: rgb(132,9,111); }
td.TdClassName
{
border-color: #84096F;
}
.TagClassName
{
border-color: #84096F;
}
</style>