Shades of Dark Purple #851669
Tints of Dark Purple #851669
RGB
CMYK
RGB Variations
Color information
#851669 (or 0x851669) is known color: Dark Purple. HEX triplet: 85, 16 and 69. RGB value is (133,22,105). Sum of RGB (Red+Green+Blue) = 133+22+105=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #851669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851669 is #7AE996. Grayscale: #404040. Windows color (decimal): -8055191 or 6887045. OLE color: 6887045.
HSL color Cylindrical-coordinate representation of color #851669: hue angle of 315.14º 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 #851669 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 105 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.48 |
| HSL | 315.14º | 0.72% | 0.3% | - |
| HSV(B) | 315.14º | 0.83% | 0.52% | - |
| XYZ | 12.51 | 6.58 | 13.98 | - |
| YUV | 64.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 105 | 0 | 0.83 | 0.21 | 0.48 | 315.14 | 0.72 | 0.3 |
| Hex | 85 | 16 | 69 | 0 | 53 | 15 | 30 | 13B | 48 | 1E |
| Octal | 205 | 26 | 151 | 0 | 123 | 25 | 60 | 473 | 110 | 36 |
| Binary | 10000101 | 10110 | 1101001 | 0 | 1010011 | 10101 | 110000 | 100111011 | 1001000 | 11110 |
Color Harmonies of #851669
Complementary color
Monochromatic Colors of #851669
Black with #851669
Text Example
Text Example
White with #851669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851669; }
p { color: rgb(133,22,105); }
H1.HeaderClassName
{
color: #851669;
}
.AnyTagClassName
{
color: #851669;
}
</style>
background-color css
<style>
a { background-color: #851669; }
a { background-color: rgb(133,22,105); }
div.DivClassName
{
background-color: #851669;
}
.BgClassName
{
background-color: #851669;
}
</style>
border-color css
<style>
span { border-color: #851669; }
span { border-color: rgb(133,22,105); }
td.TdClassName
{
border-color: #851669;
}
.TagClassName
{
border-color: #851669;
}
</style>