Shades of Dark Purple #851861
Tints of Dark Purple #851861
RGB
CMYK
RGB Variations
Color information
#851861 (or 0x851861) is known color: Dark Purple. HEX triplet: 85, 18 and 61. RGB value is (133,24,97). Sum of RGB (Red+Green+Blue) = 133+24+97=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #851861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851861 is #7AE79E. Grayscale: #404040. Windows color (decimal): -8054687 or 6363269. OLE color: 6363269.
HSL color Cylindrical-coordinate representation of color #851861: hue angle of 319.82º 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 #851861 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 97 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.48 |
| HSL | 319.82º | 0.69% | 0.31% | - |
| HSV(B) | 319.82º | 0.82% | 0.52% | - |
| XYZ | 12.16 | 6.5 | 11.92 | - |
| YUV | 64.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 97 | 0 | 0.82 | 0.27 | 0.48 | 319.82 | 0.69 | 0.31 |
| Hex | 85 | 18 | 61 | 0 | 52 | 1B | 30 | 140 | 45 | 1F |
| Octal | 205 | 30 | 141 | 0 | 122 | 33 | 60 | 500 | 105 | 37 |
| Binary | 10000101 | 11000 | 1100001 | 0 | 1010010 | 11011 | 110000 | 101000000 | 1000101 | 11111 |
Color Harmonies of #851861
Complementary color
Monochromatic Colors of #851861
Black with #851861
Text Example
Text Example
White with #851861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851861; }
p { color: rgb(133,24,97); }
H1.HeaderClassName
{
color: #851861;
}
.AnyTagClassName
{
color: #851861;
}
</style>
background-color css
<style>
a { background-color: #851861; }
a { background-color: rgb(133,24,97); }
div.DivClassName
{
background-color: #851861;
}
.BgClassName
{
background-color: #851861;
}
</style>
border-color css
<style>
span { border-color: #851861; }
span { border-color: rgb(133,24,97); }
td.TdClassName
{
border-color: #851861;
}
.TagClassName
{
border-color: #851861;
}
</style>