Shades of Purple #81087D
Tints of Purple #81087D
RGB
CMYK
RGB Variations
Color information
#81087D (or 0x81087D) is known color: Purple. HEX triplet: 81, 08 and 7D. RGB value is (129,8,125). Sum of RGB (Red+Green+Blue) = 129+8+125=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81087D is #7EF782. Grayscale: #393939. Windows color (decimal): -8320899 or 8194177. OLE color: 8194177.
HSL color Cylindrical-coordinate representation of color #81087D: hue angle of 301.98º 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 #81087D is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 125 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.49 |
| HSL | 301.98º | 0.88% | 0.27% | - |
| HSV(B) | 301.98º | 0.94% | 0.51% | - |
| XYZ | 12.84 | 6.32 | 19.95 | - |
| YUV | 57.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 125 | 0 | 0.94 | 0.03 | 0.49 | 301.98 | 0.88 | 0.27 |
| Hex | 81 | 8 | 7D | 0 | 5E | 3 | 31 | 12E | 58 | 1B |
| Octal | 201 | 10 | 175 | 0 | 136 | 3 | 61 | 456 | 130 | 33 |
| Binary | 10000001 | 1000 | 1111101 | 0 | 1011110 | 11 | 110001 | 100101110 | 1011000 | 11011 |
Color Harmonies of #81087D
Complementary color
Monochromatic Colors of #81087D
Black with #81087D
Text Example
Text Example
White with #81087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81087D; }
p { color: rgb(129,8,125); }
H1.HeaderClassName
{
color: #81087D;
}
.AnyTagClassName
{
color: #81087D;
}
</style>
background-color css
<style>
a { background-color: #81087D; }
a { background-color: rgb(129,8,125); }
div.DivClassName
{
background-color: #81087D;
}
.BgClassName
{
background-color: #81087D;
}
</style>
border-color css
<style>
span { border-color: #81087D; }
span { border-color: rgb(129,8,125); }
td.TdClassName
{
border-color: #81087D;
}
.TagClassName
{
border-color: #81087D;
}
</style>