Shades of Dark Purple #852181
Tints of Dark Purple #852181
RGB
CMYK
RGB Variations
Color information
#852181 (or 0x852181) is known color: Dark Purple. HEX triplet: 85, 21 and 81. RGB value is (133,33,129). Sum of RGB (Red+Green+Blue) = 133+33+129=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852181 is #7ADE7E. Grayscale: #494949. Windows color (decimal): -8052351 or 8462725. OLE color: 8462725.
HSL color Cylindrical-coordinate representation of color #852181: hue angle of 302.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852181 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 129 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.48 |
| HSL | 302.4º | 0.6% | 0.33% | - |
| HSV(B) | 302.4º | 0.75% | 0.52% | - |
| XYZ | 14.18 | 7.66 | 21.5 | - |
| YUV | 73.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 129 | 0 | 0.75 | 0.03 | 0.48 | 302.4 | 0.6 | 0.33 |
| Hex | 85 | 21 | 81 | 0 | 4B | 3 | 30 | 12E | 3C | 21 |
| Octal | 205 | 41 | 201 | 0 | 113 | 3 | 60 | 456 | 74 | 41 |
| Binary | 10000101 | 100001 | 10000001 | 0 | 1001011 | 11 | 110000 | 100101110 | 111100 | 100001 |
Color Harmonies of #852181
Complementary color
Monochromatic Colors of #852181
Black with #852181
Text Example
Text Example
White with #852181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852181; }
p { color: rgb(133,33,129); }
H1.HeaderClassName
{
color: #852181;
}
.AnyTagClassName
{
color: #852181;
}
</style>
background-color css
<style>
a { background-color: #852181; }
a { background-color: rgb(133,33,129); }
div.DivClassName
{
background-color: #852181;
}
.BgClassName
{
background-color: #852181;
}
</style>
border-color css
<style>
span { border-color: #852181; }
span { border-color: rgb(133,33,129); }
td.TdClassName
{
border-color: #852181;
}
.TagClassName
{
border-color: #852181;
}
</style>