Shades of Dark Purple #851882
Tints of Dark Purple #851882
RGB
CMYK
RGB Variations
Color information
#851882 (or 0x851882) is known color: Dark Purple. HEX triplet: 85, 18 and 82. RGB value is (133,24,130). Sum of RGB (Red+Green+Blue) = 133+24+130=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #851882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851882 is #7AE77D. Grayscale: #444444. Windows color (decimal): -8054654 or 8525957. OLE color: 8525957.
HSL color Cylindrical-coordinate representation of color #851882: hue angle of 301.65º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851882 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 130 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.48 |
| HSL | 301.65º | 0.69% | 0.31% | - |
| HSV(B) | 301.65º | 0.82% | 0.52% | - |
| XYZ | 14.03 | 7.25 | 21.78 | - |
| YUV | 68.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 130 | 0 | 0.82 | 0.02 | 0.48 | 301.65 | 0.69 | 0.31 |
| Hex | 85 | 18 | 82 | 0 | 52 | 2 | 30 | 12E | 45 | 1F |
| Octal | 205 | 30 | 202 | 0 | 122 | 2 | 60 | 456 | 105 | 37 |
| Binary | 10000101 | 11000 | 10000010 | 0 | 1010010 | 10 | 110000 | 100101110 | 1000101 | 11111 |
Color Harmonies of #851882
Complementary color
Monochromatic Colors of #851882
Black with #851882
Text Example
Text Example
White with #851882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851882; }
p { color: rgb(133,24,130); }
H1.HeaderClassName
{
color: #851882;
}
.AnyTagClassName
{
color: #851882;
}
</style>
background-color css
<style>
a { background-color: #851882; }
a { background-color: rgb(133,24,130); }
div.DivClassName
{
background-color: #851882;
}
.BgClassName
{
background-color: #851882;
}
</style>
border-color css
<style>
span { border-color: #851882; }
span { border-color: rgb(133,24,130); }
td.TdClassName
{
border-color: #851882;
}
.TagClassName
{
border-color: #851882;
}
</style>