Shades of Purple #81097F
Tints of Purple #81097F
RGB
CMYK
RGB Variations
Color information
#81097F (or 0x81097F) is known color: Purple. HEX triplet: 81, 09 and 7F. RGB value is (129,9,127). Sum of RGB (Red+Green+Blue) = 129+9+127=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #81097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81097F is #7EF680. Grayscale: #393939. Windows color (decimal): -8320641 or 8325505. OLE color: 8325505.
HSL color Cylindrical-coordinate representation of color #81097F: hue angle of 301º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81097F is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 127 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.49 |
| HSL | 301º | 0.87% | 0.27% | - |
| HSV(B) | 301º | 0.93% | 0.51% | - |
| XYZ | 12.98 | 6.39 | 20.63 | - |
| YUV | 58.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 127 | 0 | 0.93 | 0.02 | 0.49 | 301 | 0.87 | 0.27 |
| Hex | 81 | 9 | 7F | 0 | 5D | 2 | 31 | 12D | 57 | 1B |
| Octal | 201 | 11 | 177 | 0 | 135 | 2 | 61 | 455 | 127 | 33 |
| Binary | 10000001 | 1001 | 1111111 | 0 | 1011101 | 10 | 110001 | 100101101 | 1010111 | 11011 |
Color Harmonies of #81097F
Complementary color
Monochromatic Colors of #81097F
Black with #81097F
Text Example
Text Example
White with #81097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81097F; }
p { color: rgb(129,9,127); }
H1.HeaderClassName
{
color: #81097F;
}
.AnyTagClassName
{
color: #81097F;
}
</style>
background-color css
<style>
a { background-color: #81097F; }
a { background-color: rgb(129,9,127); }
div.DivClassName
{
background-color: #81097F;
}
.BgClassName
{
background-color: #81097F;
}
</style>
border-color css
<style>
span { border-color: #81097F; }
span { border-color: rgb(129,9,127); }
td.TdClassName
{
border-color: #81097F;
}
.TagClassName
{
border-color: #81097F;
}
</style>