Shades of Dark Purple #973B81
Tints of Dark Purple #973B81
RGB
CMYK
RGB Variations
Color information
#973B81 (or 0x973B81) is known color: Dark Purple. HEX triplet: 97, 3B and 81. RGB value is (151,59,129). Sum of RGB (Red+Green+Blue) = 151+59+129=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #973B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973B81 is #68C47E. Grayscale: #5E5E5E. Windows color (decimal): -6866047 or 8469399. OLE color: 8469399.
HSL color Cylindrical-coordinate representation of color #973B81: hue angle of 314.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B81 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 129 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.41 |
| HSL | 314.35º | 0.44% | 0.41% | - |
| HSV(B) | 314.35º | 0.61% | 0.59% | - |
| XYZ | 18.29 | 11.29 | 21.98 | - |
| YUV | 94.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 129 | 0 | 0.61 | 0.15 | 0.41 | 314.35 | 0.44 | 0.41 |
| Hex | 97 | 3B | 81 | 0 | 3D | F | 29 | 13A | 2C | 29 |
| Octal | 227 | 73 | 201 | 0 | 75 | 17 | 51 | 472 | 54 | 51 |
| Binary | 10010111 | 111011 | 10000001 | 0 | 111101 | 1111 | 101001 | 100111010 | 101100 | 101001 |
Color Harmonies of #973B81
Complementary color
Monochromatic Colors of #973B81
Black with #973B81
Text Example
Text Example
White with #973B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B81; }
p { color: rgb(151,59,129); }
H1.HeaderClassName
{
color: #973B81;
}
.AnyTagClassName
{
color: #973B81;
}
</style>
background-color css
<style>
a { background-color: #973B81; }
a { background-color: rgb(151,59,129); }
div.DivClassName
{
background-color: #973B81;
}
.BgClassName
{
background-color: #973B81;
}
</style>
border-color css
<style>
span { border-color: #973B81; }
span { border-color: rgb(151,59,129); }
td.TdClassName
{
border-color: #973B81;
}
.TagClassName
{
border-color: #973B81;
}
</style>