Shades of Purple #81097B
Tints of Purple #81097B
RGB
CMYK
RGB Variations
Color information
#81097B (or 0x81097B) is known color: Purple. HEX triplet: 81, 09 and 7B. RGB value is (129,9,123). Sum of RGB (Red+Green+Blue) = 129+9+123=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81097B is #7EF684. Grayscale: #393939. Windows color (decimal): -8320645 or 8063361. OLE color: 8063361.
HSL color Cylindrical-coordinate representation of color #81097B: hue angle of 303º 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 #81097B is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 123 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.49 |
| HSL | 303º | 0.87% | 0.27% | - |
| HSV(B) | 303º | 0.93% | 0.51% | - |
| XYZ | 12.73 | 6.29 | 19.28 | - |
| YUV | 57.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 123 | 0 | 0.93 | 0.05 | 0.49 | 303 | 0.87 | 0.27 |
| Hex | 81 | 9 | 7B | 0 | 5D | 5 | 31 | 12F | 57 | 1B |
| Octal | 201 | 11 | 173 | 0 | 135 | 5 | 61 | 457 | 127 | 33 |
| Binary | 10000001 | 1001 | 1111011 | 0 | 1011101 | 101 | 110001 | 100101111 | 1010111 | 11011 |
Color Harmonies of #81097B
Complementary color
Monochromatic Colors of #81097B
Black with #81097B
Text Example
Text Example
White with #81097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81097B; }
p { color: rgb(129,9,123); }
H1.HeaderClassName
{
color: #81097B;
}
.AnyTagClassName
{
color: #81097B;
}
</style>
background-color css
<style>
a { background-color: #81097B; }
a { background-color: rgb(129,9,123); }
div.DivClassName
{
background-color: #81097B;
}
.BgClassName
{
background-color: #81097B;
}
</style>
border-color css
<style>
span { border-color: #81097B; }
span { border-color: rgb(129,9,123); }
td.TdClassName
{
border-color: #81097B;
}
.TagClassName
{
border-color: #81097B;
}
</style>