Shades of Purple #851083
Tints of Purple #851083
RGB
CMYK
RGB Variations
Color information
#851083 (or 0x851083) is known color: Purple. HEX triplet: 85, 10 and 83. RGB value is (133,16,131). Sum of RGB (Red+Green+Blue) = 133+16+131=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #851083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851083 is #7AEF7C. Grayscale: #3F3F3F. Windows color (decimal): -8056701 or 8589445. OLE color: 8589445.
HSL color Cylindrical-coordinate representation of color #851083: hue angle of 301.03º 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 #851083 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 131 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.48 |
| HSL | 301.03º | 0.79% | 0.29% | - |
| HSV(B) | 301.03º | 0.88% | 0.52% | - |
| XYZ | 13.95 | 7 | 22.09 | - |
| YUV | 64.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 131 | 0 | 0.88 | 0.02 | 0.48 | 301.03 | 0.79 | 0.29 |
| Hex | 85 | 10 | 83 | 0 | 58 | 2 | 30 | 12D | 4F | 1D |
| Octal | 205 | 20 | 203 | 0 | 130 | 2 | 60 | 455 | 117 | 35 |
| Binary | 10000101 | 10000 | 10000011 | 0 | 1011000 | 10 | 110000 | 100101101 | 1001111 | 11101 |
Color Harmonies of #851083
Complementary color
Monochromatic Colors of #851083
Black with #851083
Text Example
Text Example
White with #851083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851083; }
p { color: rgb(133,16,131); }
H1.HeaderClassName
{
color: #851083;
}
.AnyTagClassName
{
color: #851083;
}
</style>
background-color css
<style>
a { background-color: #851083; }
a { background-color: rgb(133,16,131); }
div.DivClassName
{
background-color: #851083;
}
.BgClassName
{
background-color: #851083;
}
</style>
border-color css
<style>
span { border-color: #851083; }
span { border-color: rgb(133,16,131); }
td.TdClassName
{
border-color: #851083;
}
.TagClassName
{
border-color: #851083;
}
</style>