Shades of Dark Purple #84107B
Tints of Dark Purple #84107B
RGB
CMYK
RGB Variations
Color information
#84107B (or 0x84107B) is known color: Dark Purple. HEX triplet: 84, 10 and 7B. RGB value is (132,16,123). Sum of RGB (Red+Green+Blue) = 132+16+123=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84107B is #7BEF84. Grayscale: #3E3E3E. Windows color (decimal): -8122245 or 8065156. OLE color: 8065156.
HSL color Cylindrical-coordinate representation of color #84107B: hue angle of 304.66º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84107B is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 123 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.48 |
| HSL | 304.66º | 0.78% | 0.29% | - |
| HSV(B) | 304.66º | 0.88% | 0.52% | - |
| XYZ | 13.28 | 6.71 | 19.33 | - |
| YUV | 62.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 123 | 0 | 0.88 | 0.07 | 0.48 | 304.66 | 0.78 | 0.29 |
| Hex | 84 | 10 | 7B | 0 | 58 | 7 | 30 | 131 | 4E | 1D |
| Octal | 204 | 20 | 173 | 0 | 130 | 7 | 60 | 461 | 116 | 35 |
| Binary | 10000100 | 10000 | 1111011 | 0 | 1011000 | 111 | 110000 | 100110001 | 1001110 | 11101 |
Color Harmonies of #84107B
Complementary color
Monochromatic Colors of #84107B
Black with #84107B
Text Example
Text Example
White with #84107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84107B; }
p { color: rgb(132,16,123); }
H1.HeaderClassName
{
color: #84107B;
}
.AnyTagClassName
{
color: #84107B;
}
</style>
background-color css
<style>
a { background-color: #84107B; }
a { background-color: rgb(132,16,123); }
div.DivClassName
{
background-color: #84107B;
}
.BgClassName
{
background-color: #84107B;
}
</style>
border-color css
<style>
span { border-color: #84107B; }
span { border-color: rgb(132,16,123); }
td.TdClassName
{
border-color: #84107B;
}
.TagClassName
{
border-color: #84107B;
}
</style>