Shades of Purple #850181
Tints of Purple #850181
RGB
CMYK
RGB Variations
Color information
#850181 (or 0x850181) is known color: Purple. HEX triplet: 85, 01 and 81. RGB value is (133,1,129). Sum of RGB (Red+Green+Blue) = 133+1+129=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #850181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850181 is #7AFE7E. Grayscale: #363636. Windows color (decimal): -8060543 or 8454533. OLE color: 8454533.
HSL color Cylindrical-coordinate representation of color #850181: hue angle of 301.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850181 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.48 |
| HSL | 301.82º | 0.99% | 0.26% | - |
| HSV(B) | 301.82º | 0.99% | 0.52% | - |
| XYZ | 13.65 | 6.59 | 21.32 | - |
| YUV | 55.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 129 | 0 | 0.99 | 0.03 | 0.48 | 301.82 | 0.99 | 0.26 |
| Hex | 85 | 1 | 81 | 0 | 63 | 3 | 30 | 12E | 63 | 1A |
| Octal | 205 | 1 | 201 | 0 | 143 | 3 | 60 | 456 | 143 | 32 |
| Binary | 10000101 | 1 | 10000001 | 0 | 1100011 | 11 | 110000 | 100101110 | 1100011 | 11010 |
Color Harmonies of #850181
Complementary color
Monochromatic Colors of #850181
Black with #850181
Text Example
Text Example
White with #850181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850181; }
p { color: rgb(133,1,129); }
H1.HeaderClassName
{
color: #850181;
}
.AnyTagClassName
{
color: #850181;
}
</style>
background-color css
<style>
a { background-color: #850181; }
a { background-color: rgb(133,1,129); }
div.DivClassName
{
background-color: #850181;
}
.BgClassName
{
background-color: #850181;
}
</style>
border-color css
<style>
span { border-color: #850181; }
span { border-color: rgb(133,1,129); }
td.TdClassName
{
border-color: #850181;
}
.TagClassName
{
border-color: #850181;
}
</style>