Shades of Dark Purple #852C81
Tints of Dark Purple #852C81
RGB
CMYK
RGB Variations
Color information
#852C81 (or 0x852C81) is known color: Dark Purple. HEX triplet: 85, 2C and 81. RGB value is (133,44,129). Sum of RGB (Red+Green+Blue) = 133+44+129=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #852C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C81 is #7AD37E. Grayscale: #505050. Windows color (decimal): -8049535 or 8465541. OLE color: 8465541.
HSL color Cylindrical-coordinate representation of color #852C81: hue angle of 302.7º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C81 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 129 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.48 |
| HSL | 302.7º | 0.5% | 0.35% | - |
| HSV(B) | 302.7º | 0.67% | 0.52% | - |
| XYZ | 14.54 | 8.37 | 21.62 | - |
| YUV | 80.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 129 | 0 | 0.67 | 0.03 | 0.48 | 302.7 | 0.5 | 0.35 |
| Hex | 85 | 2C | 81 | 0 | 43 | 3 | 30 | 12F | 32 | 23 |
| Octal | 205 | 54 | 201 | 0 | 103 | 3 | 60 | 457 | 62 | 43 |
| Binary | 10000101 | 101100 | 10000001 | 0 | 1000011 | 11 | 110000 | 100101111 | 110010 | 100011 |
Color Harmonies of #852C81
Complementary color
Monochromatic Colors of #852C81
Black with #852C81
Text Example
Text Example
White with #852C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C81; }
p { color: rgb(133,44,129); }
H1.HeaderClassName
{
color: #852C81;
}
.AnyTagClassName
{
color: #852C81;
}
</style>
background-color css
<style>
a { background-color: #852C81; }
a { background-color: rgb(133,44,129); }
div.DivClassName
{
background-color: #852C81;
}
.BgClassName
{
background-color: #852C81;
}
</style>
border-color css
<style>
span { border-color: #852C81; }
span { border-color: rgb(133,44,129); }
td.TdClassName
{
border-color: #852C81;
}
.TagClassName
{
border-color: #852C81;
}
</style>