Shades of Dark Purple #812185
Tints of Dark Purple #812185
RGB
CMYK
RGB Variations
Color information
#812185 (or 0x812185) is known color: Dark Purple. HEX triplet: 81, 21 and 85. RGB value is (129,33,133). Sum of RGB (Red+Green+Blue) = 129+33+133=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #812185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812185 is #7EDE7A. Grayscale: #484848. Windows color (decimal): -8314491 or 8724865. OLE color: 8724865.
HSL color Cylindrical-coordinate representation of color #812185: hue angle of 297.6º 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 #812185 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 33 | 133 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.48 |
| HSL | 297.6º | 0.6% | 0.33% | - |
| HSV(B) | 297.6º | 0.75% | 0.52% | - |
| XYZ | 13.83 | 7.45 | 22.9 | - |
| YUV | 73.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 133 | 0.03 | 0.75 | 0 | 0.48 | 297.6 | 0.6 | 0.33 |
| Hex | 81 | 21 | 85 | 3 | 4B | 0 | 30 | 12A | 3C | 21 |
| Octal | 201 | 41 | 205 | 3 | 113 | 0 | 60 | 452 | 74 | 41 |
| Binary | 10000001 | 100001 | 10000101 | 11 | 1001011 | 0 | 110000 | 100101010 | 111100 | 100001 |
Color Harmonies of #812185
Complementary color
Monochromatic Colors of #812185
Black with #812185
Text Example
Text Example
White with #812185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812185; }
p { color: rgb(129,33,133); }
H1.HeaderClassName
{
color: #812185;
}
.AnyTagClassName
{
color: #812185;
}
</style>
background-color css
<style>
a { background-color: #812185; }
a { background-color: rgb(129,33,133); }
div.DivClassName
{
background-color: #812185;
}
.BgClassName
{
background-color: #812185;
}
</style>
border-color css
<style>
span { border-color: #812185; }
span { border-color: rgb(129,33,133); }
td.TdClassName
{
border-color: #812185;
}
.TagClassName
{
border-color: #812185;
}
</style>