Shades of Dark Purple #811C8A
Tints of Dark Purple #811C8A
RGB
CMYK
RGB Variations
Color information
#811C8A (or 0x811C8A) is known color: Dark Purple. HEX triplet: 81, 1C and 8A. RGB value is (129,28,138). Sum of RGB (Red+Green+Blue) = 129+28+138=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #811C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811C8A is #7EE375. Grayscale: #464646. Windows color (decimal): -8315766 or 9051265. OLE color: 9051265.
HSL color Cylindrical-coordinate representation of color #811C8A: hue angle of 295.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811C8A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 28 | 138 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.46 |
| HSL | 295.09º | 0.66% | 0.33% | - |
| HSV(B) | 295.09º | 0.8% | 0.54% | - |
| XYZ | 14.06 | 7.33 | 24.72 | - |
| YUV | 70.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 138 | 0.07 | 0.80 | 0 | 0.46 | 295.09 | 0.66 | 0.33 |
| Hex | 81 | 1C | 8A | 7 | 50 | 0 | 2E | 127 | 42 | 21 |
| Octal | 201 | 34 | 212 | 7 | 120 | 0 | 56 | 447 | 102 | 41 |
| Binary | 10000001 | 11100 | 10001010 | 111 | 1010000 | 0 | 101110 | 100100111 | 1000010 | 100001 |
Color Harmonies of #811C8A
Complementary color
Monochromatic Colors of #811C8A
Black with #811C8A
Text Example
Text Example
White with #811C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C8A; }
p { color: rgb(129,28,138); }
H1.HeaderClassName
{
color: #811C8A;
}
.AnyTagClassName
{
color: #811C8A;
}
</style>
background-color css
<style>
a { background-color: #811C8A; }
a { background-color: rgb(129,28,138); }
div.DivClassName
{
background-color: #811C8A;
}
.BgClassName
{
background-color: #811C8A;
}
</style>
border-color css
<style>
span { border-color: #811C8A; }
span { border-color: rgb(129,28,138); }
td.TdClassName
{
border-color: #811C8A;
}
.TagClassName
{
border-color: #811C8A;
}
</style>