Shades of Dark Purple #812188
Tints of Dark Purple #812188
RGB
CMYK
RGB Variations
Color information
#812188 (or 0x812188) is known color: Dark Purple. HEX triplet: 81, 21 and 88. RGB value is (129,33,136). Sum of RGB (Red+Green+Blue) = 129+33+136=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #812188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812188 is #7EDE77. Grayscale: #494949. Windows color (decimal): -8314488 or 8921473. OLE color: 8921473.
HSL color Cylindrical-coordinate representation of color #812188: hue angle of 295.92º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812188 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 33 | 136 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.47 |
| HSL | 295.92º | 0.61% | 0.33% | - |
| HSV(B) | 295.92º | 0.76% | 0.53% | - |
| XYZ | 14.04 | 7.53 | 24.01 | - |
| YUV | 73.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 136 | 0.05 | 0.76 | 0 | 0.47 | 295.92 | 0.61 | 0.33 |
| Hex | 81 | 21 | 88 | 5 | 4C | 0 | 2F | 128 | 3D | 21 |
| Octal | 201 | 41 | 210 | 5 | 114 | 0 | 57 | 450 | 75 | 41 |
| Binary | 10000001 | 100001 | 10001000 | 101 | 1001100 | 0 | 101111 | 100101000 | 111101 | 100001 |
Color Harmonies of #812188
Complementary color
Monochromatic Colors of #812188
Black with #812188
Text Example
Text Example
White with #812188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812188; }
p { color: rgb(129,33,136); }
H1.HeaderClassName
{
color: #812188;
}
.AnyTagClassName
{
color: #812188;
}
</style>
background-color css
<style>
a { background-color: #812188; }
a { background-color: rgb(129,33,136); }
div.DivClassName
{
background-color: #812188;
}
.BgClassName
{
background-color: #812188;
}
</style>
border-color css
<style>
span { border-color: #812188; }
span { border-color: rgb(129,33,136); }
td.TdClassName
{
border-color: #812188;
}
.TagClassName
{
border-color: #812188;
}
</style>