Shades of Dark Purple #841B85
Tints of Dark Purple #841B85
RGB
CMYK
RGB Variations
Color information
#841B85 (or 0x841B85) is known color: Dark Purple. HEX triplet: 84, 1B and 85. RGB value is (132,27,133). Sum of RGB (Red+Green+Blue) = 132+27+133=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #841B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841B85 is #7BE47A. Grayscale: #464646. Windows color (decimal): -8119419 or 8723332. OLE color: 8723332.
HSL color Cylindrical-coordinate representation of color #841B85: hue angle of 299.43º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B85 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 133 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.48 |
| HSL | 299.43º | 0.66% | 0.31% | - |
| HSV(B) | 299.43º | 0.8% | 0.52% | - |
| XYZ | 14.14 | 7.38 | 22.87 | - |
| YUV | 70.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 133 | 0.01 | 0.80 | 0 | 0.48 | 299.43 | 0.66 | 0.31 |
| Hex | 84 | 1B | 85 | 1 | 50 | 0 | 30 | 12B | 42 | 1F |
| Octal | 204 | 33 | 205 | 1 | 120 | 0 | 60 | 453 | 102 | 37 |
| Binary | 10000100 | 11011 | 10000101 | 1 | 1010000 | 0 | 110000 | 100101011 | 1000010 | 11111 |
Color Harmonies of #841B85
Complementary color
Monochromatic Colors of #841B85
Black with #841B85
Text Example
Text Example
White with #841B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B85; }
p { color: rgb(132,27,133); }
H1.HeaderClassName
{
color: #841B85;
}
.AnyTagClassName
{
color: #841B85;
}
</style>
background-color css
<style>
a { background-color: #841B85; }
a { background-color: rgb(132,27,133); }
div.DivClassName
{
background-color: #841B85;
}
.BgClassName
{
background-color: #841B85;
}
</style>
border-color css
<style>
span { border-color: #841B85; }
span { border-color: rgb(132,27,133); }
td.TdClassName
{
border-color: #841B85;
}
.TagClassName
{
border-color: #841B85;
}
</style>