Shades of Dark Purple #852381
Tints of Dark Purple #852381
RGB
CMYK
RGB Variations
Color information
#852381 (or 0x852381) is known color: Dark Purple. HEX triplet: 85, 23 and 81. RGB value is (133,35,129). Sum of RGB (Red+Green+Blue) = 133+35+129=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #852381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852381 is #7ADC7E. Grayscale: #4A4A4A. Windows color (decimal): -8051839 or 8463237. OLE color: 8463237.
HSL color Cylindrical-coordinate representation of color #852381: hue angle of 302.45º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852381 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 129 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.48 |
| HSL | 302.45º | 0.58% | 0.33% | - |
| HSV(B) | 302.45º | 0.74% | 0.52% | - |
| XYZ | 14.24 | 7.77 | 21.52 | - |
| YUV | 75.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 129 | 0 | 0.74 | 0.03 | 0.48 | 302.45 | 0.58 | 0.33 |
| Hex | 85 | 23 | 81 | 0 | 4A | 3 | 30 | 12E | 3A | 21 |
| Octal | 205 | 43 | 201 | 0 | 112 | 3 | 60 | 456 | 72 | 41 |
| Binary | 10000101 | 100011 | 10000001 | 0 | 1001010 | 11 | 110000 | 100101110 | 111010 | 100001 |
Color Harmonies of #852381
Complementary color
Monochromatic Colors of #852381
Black with #852381
Text Example
Text Example
White with #852381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852381; }
p { color: rgb(133,35,129); }
H1.HeaderClassName
{
color: #852381;
}
.AnyTagClassName
{
color: #852381;
}
</style>
background-color css
<style>
a { background-color: #852381; }
a { background-color: rgb(133,35,129); }
div.DivClassName
{
background-color: #852381;
}
.BgClassName
{
background-color: #852381;
}
</style>
border-color css
<style>
span { border-color: #852381; }
span { border-color: rgb(133,35,129); }
td.TdClassName
{
border-color: #852381;
}
.TagClassName
{
border-color: #852381;
}
</style>