Shades of Dark Purple #851168
Tints of Dark Purple #851168
RGB
CMYK
RGB Variations
Color information
#851168 (or 0x851168) is known color: Dark Purple. HEX triplet: 85, 11 and 68. RGB value is (133,17,104). Sum of RGB (Red+Green+Blue) = 133+17+104=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #851168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851168 is #7AEE97. Grayscale: #3D3D3D. Windows color (decimal): -8056472 or 6820229. OLE color: 6820229.
HSL color Cylindrical-coordinate representation of color #851168: hue angle of 315º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851168 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 104 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.48 |
| HSL | 315º | 0.77% | 0.29% | - |
| HSV(B) | 315º | 0.87% | 0.52% | - |
| XYZ | 12.37 | 6.39 | 13.68 | - |
| YUV | 61.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 104 | 0 | 0.87 | 0.22 | 0.48 | 315 | 0.77 | 0.29 |
| Hex | 85 | 11 | 68 | 0 | 57 | 16 | 30 | 13B | 4D | 1D |
| Octal | 205 | 21 | 150 | 0 | 127 | 26 | 60 | 473 | 115 | 35 |
| Binary | 10000101 | 10001 | 1101000 | 0 | 1010111 | 10110 | 110000 | 100111011 | 1001101 | 11101 |
Color Harmonies of #851168
Complementary color
Monochromatic Colors of #851168
Black with #851168
Text Example
Text Example
White with #851168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851168; }
p { color: rgb(133,17,104); }
H1.HeaderClassName
{
color: #851168;
}
.AnyTagClassName
{
color: #851168;
}
</style>
background-color css
<style>
a { background-color: #851168; }
a { background-color: rgb(133,17,104); }
div.DivClassName
{
background-color: #851168;
}
.BgClassName
{
background-color: #851168;
}
</style>
border-color css
<style>
span { border-color: #851168; }
span { border-color: rgb(133,17,104); }
td.TdClassName
{
border-color: #851168;
}
.TagClassName
{
border-color: #851168;
}
</style>