Shades of Dark Purple #851881
Tints of Dark Purple #851881
RGB
CMYK
RGB Variations
Color information
#851881 (or 0x851881) is known color: Dark Purple. HEX triplet: 85, 18 and 81. RGB value is (133,24,129). Sum of RGB (Red+Green+Blue) = 133+24+129=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #851881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851881 is #7AE77E. Grayscale: #444444. Windows color (decimal): -8054655 or 8460421. OLE color: 8460421.
HSL color Cylindrical-coordinate representation of color #851881: hue angle of 302.2º 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 #851881 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 129 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.48 |
| HSL | 302.2º | 0.69% | 0.31% | - |
| HSV(B) | 302.2º | 0.82% | 0.52% | - |
| XYZ | 13.96 | 7.22 | 21.43 | - |
| YUV | 68.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 129 | 0 | 0.82 | 0.03 | 0.48 | 302.2 | 0.69 | 0.31 |
| Hex | 85 | 18 | 81 | 0 | 52 | 3 | 30 | 12E | 45 | 1F |
| Octal | 205 | 30 | 201 | 0 | 122 | 3 | 60 | 456 | 105 | 37 |
| Binary | 10000101 | 11000 | 10000001 | 0 | 1010010 | 11 | 110000 | 100101110 | 1000101 | 11111 |
Color Harmonies of #851881
Complementary color
Monochromatic Colors of #851881
Black with #851881
Text Example
Text Example
White with #851881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851881; }
p { color: rgb(133,24,129); }
H1.HeaderClassName
{
color: #851881;
}
.AnyTagClassName
{
color: #851881;
}
</style>
background-color css
<style>
a { background-color: #851881; }
a { background-color: rgb(133,24,129); }
div.DivClassName
{
background-color: #851881;
}
.BgClassName
{
background-color: #851881;
}
</style>
border-color css
<style>
span { border-color: #851881; }
span { border-color: rgb(133,24,129); }
td.TdClassName
{
border-color: #851881;
}
.TagClassName
{
border-color: #851881;
}
</style>