Shades of Dark Purple #81195F
Tints of Dark Purple #81195F
RGB
CMYK
RGB Variations
Color information
#81195F (or 0x81195F) is known color: Dark Purple. HEX triplet: 81, 19 and 5F. RGB value is (129,25,95). Sum of RGB (Red+Green+Blue) = 129+25+95=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #81195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81195F is #7EE6A0. Grayscale: #3F3F3F. Windows color (decimal): -8316577 or 6232449. OLE color: 6232449.
HSL color Cylindrical-coordinate representation of color #81195F: hue angle of 319.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81195F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 95 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.49 |
| HSL | 319.62º | 0.68% | 0.3% | - |
| HSV(B) | 319.62º | 0.81% | 0.51% | - |
| XYZ | 11.47 | 6.19 | 11.42 | - |
| YUV | 64.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 95 | 0 | 0.81 | 0.26 | 0.49 | 319.62 | 0.68 | 0.3 |
| Hex | 81 | 19 | 5F | 0 | 51 | 1A | 31 | 140 | 44 | 1E |
| Octal | 201 | 31 | 137 | 0 | 121 | 32 | 61 | 500 | 104 | 36 |
| Binary | 10000001 | 11001 | 1011111 | 0 | 1010001 | 11010 | 110001 | 101000000 | 1000100 | 11110 |
Color Harmonies of #81195F
Complementary color
Monochromatic Colors of #81195F
Black with #81195F
Text Example
Text Example
White with #81195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81195F; }
p { color: rgb(129,25,95); }
H1.HeaderClassName
{
color: #81195F;
}
.AnyTagClassName
{
color: #81195F;
}
</style>
background-color css
<style>
a { background-color: #81195F; }
a { background-color: rgb(129,25,95); }
div.DivClassName
{
background-color: #81195F;
}
.BgClassName
{
background-color: #81195F;
}
</style>
border-color css
<style>
span { border-color: #81195F; }
span { border-color: rgb(129,25,95); }
td.TdClassName
{
border-color: #81195F;
}
.TagClassName
{
border-color: #81195F;
}
</style>