Shades of Night Shadz #973C58
Tints of Night Shadz #973C58
RGB
CMYK
RGB Variations
Color information
#973C58 (or 0x973C58) is known color: Night Shadz. HEX triplet: 97, 3C and 58. RGB value is (151,60,88). Sum of RGB (Red+Green+Blue) = 151+60+88=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #973C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C58 is #68C3A7. Grayscale: #5A5A5A. Windows color (decimal): -6865832 or 5782679. OLE color: 5782679.
HSL color Cylindrical-coordinate representation of color #973C58: hue angle of 341.54º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C58 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 88 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.41 |
| HSL | 341.54º | 0.43% | 0.41% | - |
| HSV(B) | 341.54º | 0.6% | 0.59% | - |
| XYZ | 16.14 | 10.52 | 10.41 | - |
| YUV | 90.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 88 | 0 | 0.60 | 0.42 | 0.41 | 341.54 | 0.43 | 0.41 |
| Hex | 97 | 3C | 58 | 0 | 3C | 2A | 29 | 156 | 2B | 29 |
| Octal | 227 | 74 | 130 | 0 | 74 | 52 | 51 | 526 | 53 | 51 |
| Binary | 10010111 | 111100 | 1011000 | 0 | 111100 | 101010 | 101001 | 101010110 | 101011 | 101001 |
Color Harmonies of #973C58
Complementary color
Monochromatic Colors of #973C58
Black with #973C58
Text Example
Text Example
White with #973C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C58; }
p { color: rgb(151,60,88); }
H1.HeaderClassName
{
color: #973C58;
}
.AnyTagClassName
{
color: #973C58;
}
</style>
background-color css
<style>
a { background-color: #973C58; }
a { background-color: rgb(151,60,88); }
div.DivClassName
{
background-color: #973C58;
}
.BgClassName
{
background-color: #973C58;
}
</style>
border-color css
<style>
span { border-color: #973C58; }
span { border-color: rgb(151,60,88); }
td.TdClassName
{
border-color: #973C58;
}
.TagClassName
{
border-color: #973C58;
}
</style>