Shades of Dark Purple #812385
Tints of Dark Purple #812385
RGB
CMYK
RGB Variations
Color information
#812385 (or 0x812385) is known color: Dark Purple. HEX triplet: 81, 23 and 85. RGB value is (129,35,133). Sum of RGB (Red+Green+Blue) = 129+35+133=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #812385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812385 is #7EDC7A. Grayscale: #494949. Windows color (decimal): -8313979 or 8725377. OLE color: 8725377.
HSL color Cylindrical-coordinate representation of color #812385: hue angle of 297.55º 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 #812385 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 35 | 133 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.48 |
| HSL | 297.55º | 0.58% | 0.33% | - |
| HSV(B) | 297.55º | 0.74% | 0.52% | - |
| XYZ | 13.89 | 7.56 | 22.92 | - |
| YUV | 74.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 133 | 0.03 | 0.74 | 0 | 0.48 | 297.55 | 0.58 | 0.33 |
| Hex | 81 | 23 | 85 | 3 | 4A | 0 | 30 | 12A | 3A | 21 |
| Octal | 201 | 43 | 205 | 3 | 112 | 0 | 60 | 452 | 72 | 41 |
| Binary | 10000001 | 100011 | 10000101 | 11 | 1001010 | 0 | 110000 | 100101010 | 111010 | 100001 |
Color Harmonies of #812385
Complementary color
Monochromatic Colors of #812385
Black with #812385
Text Example
Text Example
White with #812385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812385; }
p { color: rgb(129,35,133); }
H1.HeaderClassName
{
color: #812385;
}
.AnyTagClassName
{
color: #812385;
}
</style>
background-color css
<style>
a { background-color: #812385; }
a { background-color: rgb(129,35,133); }
div.DivClassName
{
background-color: #812385;
}
.BgClassName
{
background-color: #812385;
}
</style>
border-color css
<style>
span { border-color: #812385; }
span { border-color: rgb(129,35,133); }
td.TdClassName
{
border-color: #812385;
}
.TagClassName
{
border-color: #812385;
}
</style>