Shades of Dark Purple #851664
Tints of Dark Purple #851664
RGB
CMYK
RGB Variations
Color information
#851664 (or 0x851664) is known color: Dark Purple. HEX triplet: 85, 16 and 64. RGB value is (133,22,100). Sum of RGB (Red+Green+Blue) = 133+22+100=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #851664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851664 is #7AE99B. Grayscale: #3F3F3F. Windows color (decimal): -8055196 or 6559365. OLE color: 6559365.
HSL color Cylindrical-coordinate representation of color #851664: hue angle of 317.84º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851664 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 100 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.48 |
| HSL | 317.84º | 0.72% | 0.3% | - |
| HSV(B) | 317.84º | 0.83% | 0.52% | - |
| XYZ | 12.26 | 6.48 | 12.66 | - |
| YUV | 64.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 100 | 0 | 0.83 | 0.25 | 0.48 | 317.84 | 0.72 | 0.3 |
| Hex | 85 | 16 | 64 | 0 | 53 | 19 | 30 | 13E | 48 | 1E |
| Octal | 205 | 26 | 144 | 0 | 123 | 31 | 60 | 476 | 110 | 36 |
| Binary | 10000101 | 10110 | 1100100 | 0 | 1010011 | 11001 | 110000 | 100111110 | 1001000 | 11110 |
Color Harmonies of #851664
Complementary color
Monochromatic Colors of #851664
Black with #851664
Text Example
Text Example
White with #851664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851664; }
p { color: rgb(133,22,100); }
H1.HeaderClassName
{
color: #851664;
}
.AnyTagClassName
{
color: #851664;
}
</style>
background-color css
<style>
a { background-color: #851664; }
a { background-color: rgb(133,22,100); }
div.DivClassName
{
background-color: #851664;
}
.BgClassName
{
background-color: #851664;
}
</style>
border-color css
<style>
span { border-color: #851664; }
span { border-color: rgb(133,22,100); }
td.TdClassName
{
border-color: #851664;
}
.TagClassName
{
border-color: #851664;
}
</style>