Shades of Dark Purple #973B85
Tints of Dark Purple #973B85
RGB
CMYK
RGB Variations
Color information
#973B85 (or 0x973B85) is known color: Dark Purple. HEX triplet: 97, 3B and 85. RGB value is (151,59,133). Sum of RGB (Red+Green+Blue) = 151+59+133=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #973B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973B85 is #68C47A. Grayscale: #5E5E5E. Windows color (decimal): -6866043 or 8731543. OLE color: 8731543.
HSL color Cylindrical-coordinate representation of color #973B85: hue angle of 311.74º 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 #973B85 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 133 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.41 |
| HSL | 311.74º | 0.44% | 0.41% | - |
| HSV(B) | 311.74º | 0.61% | 0.59% | - |
| XYZ | 18.56 | 11.4 | 23.41 | - |
| YUV | 94.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 133 | 0 | 0.61 | 0.12 | 0.41 | 311.74 | 0.44 | 0.41 |
| Hex | 97 | 3B | 85 | 0 | 3D | C | 29 | 138 | 2C | 29 |
| Octal | 227 | 73 | 205 | 0 | 75 | 14 | 51 | 470 | 54 | 51 |
| Binary | 10010111 | 111011 | 10000101 | 0 | 111101 | 1100 | 101001 | 100111000 | 101100 | 101001 |
Color Harmonies of #973B85
Complementary color
Monochromatic Colors of #973B85
Black with #973B85
Text Example
Text Example
White with #973B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B85; }
p { color: rgb(151,59,133); }
H1.HeaderClassName
{
color: #973B85;
}
.AnyTagClassName
{
color: #973B85;
}
</style>
background-color css
<style>
a { background-color: #973B85; }
a { background-color: rgb(151,59,133); }
div.DivClassName
{
background-color: #973B85;
}
.BgClassName
{
background-color: #973B85;
}
</style>
border-color css
<style>
span { border-color: #973B85; }
span { border-color: rgb(151,59,133); }
td.TdClassName
{
border-color: #973B85;
}
.TagClassName
{
border-color: #973B85;
}
</style>