Shades of Dark Purple #81086A
Tints of Dark Purple #81086A
RGB
CMYK
RGB Variations
Color information
#81086A (or 0x81086A) is known color: Dark Purple. HEX triplet: 81, 08 and 6A. RGB value is (129,8,106). Sum of RGB (Red+Green+Blue) = 129+8+106=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81086A is #7EF795. Grayscale: #373737. Windows color (decimal): -8320918 or 6948993. OLE color: 6948993.
HSL color Cylindrical-coordinate representation of color #81086A: hue angle of 311.4º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81086A is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 106 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.49 |
| HSL | 311.41º | 0.88% | 0.27% | - |
| HSV(B) | 311.41º | 0.94% | 0.51% | - |
| XYZ | 11.74 | 5.88 | 14.15 | - |
| YUV | 55.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 106 | 0 | 0.94 | 0.18 | 0.49 | 311.41 | 0.88 | 0.27 |
| Hex | 81 | 8 | 6A | 0 | 5E | 12 | 31 | 137 | 58 | 1B |
| Octal | 201 | 10 | 152 | 0 | 136 | 22 | 61 | 467 | 130 | 33 |
| Binary | 10000001 | 1000 | 1101010 | 0 | 1011110 | 10010 | 110001 | 100110111 | 1011000 | 11011 |
Color Harmonies of #81086A
Complementary color
Monochromatic Colors of #81086A
Black with #81086A
Text Example
Text Example
White with #81086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81086A; }
p { color: rgb(129,8,106); }
H1.HeaderClassName
{
color: #81086A;
}
.AnyTagClassName
{
color: #81086A;
}
</style>
background-color css
<style>
a { background-color: #81086A; }
a { background-color: rgb(129,8,106); }
div.DivClassName
{
background-color: #81086A;
}
.BgClassName
{
background-color: #81086A;
}
</style>
border-color css
<style>
span { border-color: #81086A; }
span { border-color: rgb(129,8,106); }
td.TdClassName
{
border-color: #81086A;
}
.TagClassName
{
border-color: #81086A;
}
</style>