Shades of Purple #850184
Tints of Purple #850184
RGB
CMYK
RGB Variations
Color information
#850184 (or 0x850184) is known color: Purple. HEX triplet: 85, 01 and 84. RGB value is (133,1,132). Sum of RGB (Red+Green+Blue) = 133+1+132=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #850184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850184 is #7AFE7B. Grayscale: #373737. Windows color (decimal): -8060540 or 8651141. OLE color: 8651141.
HSL color Cylindrical-coordinate representation of color #850184: hue angle of 300.45º 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 #850184 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.48 |
| HSL | 300.45º | 0.99% | 0.26% | - |
| HSV(B) | 300.45º | 0.99% | 0.52% | - |
| XYZ | 13.85 | 6.67 | 22.39 | - |
| YUV | 55.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 132 | 0 | 0.99 | 0.01 | 0.48 | 300.45 | 0.99 | 0.26 |
| Hex | 85 | 1 | 84 | 0 | 63 | 1 | 30 | 12C | 63 | 1A |
| Octal | 205 | 1 | 204 | 0 | 143 | 1 | 60 | 454 | 143 | 32 |
| Binary | 10000101 | 1 | 10000100 | 0 | 1100011 | 1 | 110000 | 100101100 | 1100011 | 11010 |
Color Harmonies of #850184
Complementary color
Monochromatic Colors of #850184
Black with #850184
Text Example
Text Example
White with #850184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850184; }
p { color: rgb(133,1,132); }
H1.HeaderClassName
{
color: #850184;
}
.AnyTagClassName
{
color: #850184;
}
</style>
background-color css
<style>
a { background-color: #850184; }
a { background-color: rgb(133,1,132); }
div.DivClassName
{
background-color: #850184;
}
.BgClassName
{
background-color: #850184;
}
</style>
border-color css
<style>
span { border-color: #850184; }
span { border-color: rgb(133,1,132); }
td.TdClassName
{
border-color: #850184;
}
.TagClassName
{
border-color: #850184;
}
</style>