Shades of Dark Purple #851869
Tints of Dark Purple #851869
RGB
CMYK
RGB Variations
Color information
#851869 (or 0x851869) is known color: Dark Purple. HEX triplet: 85, 18 and 69. RGB value is (133,24,105). Sum of RGB (Red+Green+Blue) = 133+24+105=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #851869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851869 is #7AE796. Grayscale: #414141. Windows color (decimal): -8054679 or 6887557. OLE color: 6887557.
HSL color Cylindrical-coordinate representation of color #851869: hue angle of 315.41º 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 #851869 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 105 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.48 |
| HSL | 315.41º | 0.69% | 0.31% | - |
| HSV(B) | 315.41º | 0.82% | 0.52% | - |
| XYZ | 12.55 | 6.66 | 13.99 | - |
| YUV | 65.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 105 | 0 | 0.82 | 0.21 | 0.48 | 315.41 | 0.69 | 0.31 |
| Hex | 85 | 18 | 69 | 0 | 52 | 15 | 30 | 13B | 45 | 1F |
| Octal | 205 | 30 | 151 | 0 | 122 | 25 | 60 | 473 | 105 | 37 |
| Binary | 10000101 | 11000 | 1101001 | 0 | 1010010 | 10101 | 110000 | 100111011 | 1000101 | 11111 |
Color Harmonies of #851869
Complementary color
Monochromatic Colors of #851869
Black with #851869
Text Example
Text Example
White with #851869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851869; }
p { color: rgb(133,24,105); }
H1.HeaderClassName
{
color: #851869;
}
.AnyTagClassName
{
color: #851869;
}
</style>
background-color css
<style>
a { background-color: #851869; }
a { background-color: rgb(133,24,105); }
div.DivClassName
{
background-color: #851869;
}
.BgClassName
{
background-color: #851869;
}
</style>
border-color css
<style>
span { border-color: #851869; }
span { border-color: rgb(133,24,105); }
td.TdClassName
{
border-color: #851869;
}
.TagClassName
{
border-color: #851869;
}
</style>