Shades of Dark Purple #84267B
Tints of Dark Purple #84267B
RGB
CMYK
RGB Variations
Color information
#84267B (or 0x84267B) is known color: Dark Purple. HEX triplet: 84, 26 and 7B. RGB value is (132,38,123). Sum of RGB (Red+Green+Blue) = 132+38+123=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84267B is #7BD984. Grayscale: #4B4B4B. Windows color (decimal): -8116613 or 8070788. OLE color: 8070788.
HSL color Cylindrical-coordinate representation of color #84267B: hue angle of 305.74º 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 #84267B is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 123 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.48 |
| HSL | 305.74º | 0.55% | 0.33% | - |
| HSV(B) | 305.74º | 0.71% | 0.52% | - |
| XYZ | 13.78 | 7.72 | 19.5 | - |
| YUV | 75.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 123 | 0 | 0.71 | 0.07 | 0.48 | 305.74 | 0.55 | 0.33 |
| Hex | 84 | 26 | 7B | 0 | 47 | 7 | 30 | 132 | 37 | 21 |
| Octal | 204 | 46 | 173 | 0 | 107 | 7 | 60 | 462 | 67 | 41 |
| Binary | 10000100 | 100110 | 1111011 | 0 | 1000111 | 111 | 110000 | 100110010 | 110111 | 100001 |
Color Harmonies of #84267B
Complementary color
Monochromatic Colors of #84267B
Black with #84267B
Text Example
Text Example
White with #84267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84267B; }
p { color: rgb(132,38,123); }
H1.HeaderClassName
{
color: #84267B;
}
.AnyTagClassName
{
color: #84267B;
}
</style>
background-color css
<style>
a { background-color: #84267B; }
a { background-color: rgb(132,38,123); }
div.DivClassName
{
background-color: #84267B;
}
.BgClassName
{
background-color: #84267B;
}
</style>
border-color css
<style>
span { border-color: #84267B; }
span { border-color: rgb(132,38,123); }
td.TdClassName
{
border-color: #84267B;
}
.TagClassName
{
border-color: #84267B;
}
</style>