Shades of Dark Purple #812285
Tints of Dark Purple #812285
RGB
CMYK
RGB Variations
Color information
#812285 (or 0x812285) is known color: Dark Purple. HEX triplet: 81, 22 and 85. RGB value is (129,34,133). Sum of RGB (Red+Green+Blue) = 129+34+133=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #812285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812285 is #7EDD7A. Grayscale: #494949. Windows color (decimal): -8314235 or 8725121. OLE color: 8725121.
HSL color Cylindrical-coordinate representation of color #812285: hue angle of 297.58º degrees, saturation: 0.59, 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 #812285 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 34 | 133 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.48 |
| HSL | 297.58º | 0.59% | 0.33% | - |
| HSV(B) | 297.58º | 0.74% | 0.52% | - |
| XYZ | 13.86 | 7.5 | 22.91 | - |
| YUV | 73.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 133 | 0.03 | 0.74 | 0 | 0.48 | 297.58 | 0.59 | 0.33 |
| Hex | 81 | 22 | 85 | 3 | 4A | 0 | 30 | 12A | 3B | 21 |
| Octal | 201 | 42 | 205 | 3 | 112 | 0 | 60 | 452 | 73 | 41 |
| Binary | 10000001 | 100010 | 10000101 | 11 | 1001010 | 0 | 110000 | 100101010 | 111011 | 100001 |
Color Harmonies of #812285
Complementary color
Monochromatic Colors of #812285
Black with #812285
Text Example
Text Example
White with #812285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812285; }
p { color: rgb(129,34,133); }
H1.HeaderClassName
{
color: #812285;
}
.AnyTagClassName
{
color: #812285;
}
</style>
background-color css
<style>
a { background-color: #812285; }
a { background-color: rgb(129,34,133); }
div.DivClassName
{
background-color: #812285;
}
.BgClassName
{
background-color: #812285;
}
</style>
border-color css
<style>
span { border-color: #812285; }
span { border-color: rgb(129,34,133); }
td.TdClassName
{
border-color: #812285;
}
.TagClassName
{
border-color: #812285;
}
</style>