Shades of Purple #851084
Tints of Purple #851084
RGB
CMYK
RGB Variations
Color information
#851084 (or 0x851084) is known color: Purple. HEX triplet: 85, 10 and 84. RGB value is (133,16,132). Sum of RGB (Red+Green+Blue) = 133+16+132=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #851084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851084 is #7AEF7B. Grayscale: #3F3F3F. Windows color (decimal): -8056700 or 8654981. OLE color: 8654981.
HSL color Cylindrical-coordinate representation of color #851084: hue angle of 300.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851084 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 132 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.48 |
| HSL | 300.51º | 0.79% | 0.29% | - |
| HSV(B) | 300.51º | 0.88% | 0.52% | - |
| XYZ | 14.02 | 7.02 | 22.45 | - |
| YUV | 64.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 132 | 0 | 0.88 | 0.01 | 0.48 | 300.51 | 0.79 | 0.29 |
| Hex | 85 | 10 | 84 | 0 | 58 | 1 | 30 | 12D | 4F | 1D |
| Octal | 205 | 20 | 204 | 0 | 130 | 1 | 60 | 455 | 117 | 35 |
| Binary | 10000101 | 10000 | 10000100 | 0 | 1011000 | 1 | 110000 | 100101101 | 1001111 | 11101 |
Color Harmonies of #851084
Complementary color
Monochromatic Colors of #851084
Black with #851084
Text Example
Text Example
White with #851084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851084; }
p { color: rgb(133,16,132); }
H1.HeaderClassName
{
color: #851084;
}
.AnyTagClassName
{
color: #851084;
}
</style>
background-color css
<style>
a { background-color: #851084; }
a { background-color: rgb(133,16,132); }
div.DivClassName
{
background-color: #851084;
}
.BgClassName
{
background-color: #851084;
}
</style>
border-color css
<style>
span { border-color: #851084; }
span { border-color: rgb(133,16,132); }
td.TdClassName
{
border-color: #851084;
}
.TagClassName
{
border-color: #851084;
}
</style>