Shades of Night Shadz #9D3759
Tints of Night Shadz #9D3759
RGB
CMYK
RGB Variations
Color information
#9D3759 (or 0x9D3759) is known color: Night Shadz. HEX triplet: 9D, 37 and 59. RGB value is (157,55,89). Sum of RGB (Red+Green+Blue) = 157+55+89=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3759 is #62C8A6. Grayscale: #595959. Windows color (decimal): -6473895 or 5846941. OLE color: 5846941.
HSL color Cylindrical-coordinate representation of color #9D3759: hue angle of 340º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D3759 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 89 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.38 |
| HSL | 340º | 0.48% | 0.42% | - |
| HSV(B) | 340º | 0.65% | 0.62% | - |
| XYZ | 17.07 | 10.62 | 10.6 | - |
| YUV | 89.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 89 | 0 | 0.65 | 0.43 | 0.38 | 340 | 0.48 | 0.42 |
| Hex | 9D | 37 | 59 | 0 | 41 | 2B | 26 | 154 | 30 | 2A |
| Octal | 235 | 67 | 131 | 0 | 101 | 53 | 46 | 524 | 60 | 52 |
| Binary | 10011101 | 110111 | 1011001 | 0 | 1000001 | 101011 | 100110 | 101010100 | 110000 | 101010 |
Color Harmonies of #9D3759
Complementary color
Monochromatic Colors of #9D3759
Black with #9D3759
Text Example
Text Example
White with #9D3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3759; }
p { color: rgb(157,55,89); }
H1.HeaderClassName
{
color: #9D3759;
}
.AnyTagClassName
{
color: #9D3759;
}
</style>
background-color css
<style>
a { background-color: #9D3759; }
a { background-color: rgb(157,55,89); }
div.DivClassName
{
background-color: #9D3759;
}
.BgClassName
{
background-color: #9D3759;
}
</style>
border-color css
<style>
span { border-color: #9D3759; }
span { border-color: rgb(157,55,89); }
td.TdClassName
{
border-color: #9D3759;
}
.TagClassName
{
border-color: #9D3759;
}
</style>