Shades of Dark Purple #81286F
Tints of Dark Purple #81286F
RGB
CMYK
RGB Variations
Color information
#81286F (or 0x81286F) is known color: Dark Purple. HEX triplet: 81, 28 and 6F. RGB value is (129,40,111). Sum of RGB (Red+Green+Blue) = 129+40+111=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #81286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81286F is #7ED790. Grayscale: #4A4A4A. Windows color (decimal): -8312721 or 7284865. OLE color: 7284865.
HSL color Cylindrical-coordinate representation of color #81286F: hue angle of 312.13º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81286F is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 40 | 111 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.49 |
| HSL | 312.13º | 0.53% | 0.33% | - |
| HSV(B) | 312.13º | 0.69% | 0.51% | - |
| XYZ | 12.68 | 7.33 | 15.79 | - |
| YUV | 74.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 111 | 0 | 0.69 | 0.14 | 0.49 | 312.13 | 0.53 | 0.33 |
| Hex | 81 | 28 | 6F | 0 | 45 | E | 31 | 138 | 35 | 21 |
| Octal | 201 | 50 | 157 | 0 | 105 | 16 | 61 | 470 | 65 | 41 |
| Binary | 10000001 | 101000 | 1101111 | 0 | 1000101 | 1110 | 110001 | 100111000 | 110101 | 100001 |
Color Harmonies of #81286F
Complementary color
Monochromatic Colors of #81286F
Black with #81286F
Text Example
Text Example
White with #81286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81286F; }
p { color: rgb(129,40,111); }
H1.HeaderClassName
{
color: #81286F;
}
.AnyTagClassName
{
color: #81286F;
}
</style>
background-color css
<style>
a { background-color: #81286F; }
a { background-color: rgb(129,40,111); }
div.DivClassName
{
background-color: #81286F;
}
.BgClassName
{
background-color: #81286F;
}
</style>
border-color css
<style>
span { border-color: #81286F; }
span { border-color: rgb(129,40,111); }
td.TdClassName
{
border-color: #81286F;
}
.TagClassName
{
border-color: #81286F;
}
</style>