Shades of Dark Purple #852081
Tints of Dark Purple #852081
RGB
CMYK
RGB Variations
Color information
#852081 (or 0x852081) is known color: Dark Purple. HEX triplet: 85, 20 and 81. RGB value is (133,32,129). Sum of RGB (Red+Green+Blue) = 133+32+129=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #852081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852081 is #7ADF7E. Grayscale: #484848. Windows color (decimal): -8052607 or 8462469. OLE color: 8462469.
HSL color Cylindrical-coordinate representation of color #852081: hue angle of 302.38º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852081 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 129 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.48 |
| HSL | 302.38º | 0.61% | 0.32% | - |
| HSV(B) | 302.38º | 0.76% | 0.52% | - |
| XYZ | 14.15 | 7.6 | 21.49 | - |
| YUV | 73.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 129 | 0 | 0.76 | 0.03 | 0.48 | 302.38 | 0.61 | 0.32 |
| Hex | 85 | 20 | 81 | 0 | 4C | 3 | 30 | 12E | 3D | 20 |
| Octal | 205 | 40 | 201 | 0 | 114 | 3 | 60 | 456 | 75 | 40 |
| Binary | 10000101 | 100000 | 10000001 | 0 | 1001100 | 11 | 110000 | 100101110 | 111101 | 100000 |
Color Harmonies of #852081
Complementary color
Monochromatic Colors of #852081
Black with #852081
Text Example
Text Example
White with #852081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852081; }
p { color: rgb(133,32,129); }
H1.HeaderClassName
{
color: #852081;
}
.AnyTagClassName
{
color: #852081;
}
</style>
background-color css
<style>
a { background-color: #852081; }
a { background-color: rgb(133,32,129); }
div.DivClassName
{
background-color: #852081;
}
.BgClassName
{
background-color: #852081;
}
</style>
border-color css
<style>
span { border-color: #852081; }
span { border-color: rgb(133,32,129); }
td.TdClassName
{
border-color: #852081;
}
.TagClassName
{
border-color: #852081;
}
</style>