Shades of Night Shadz #9D375B
Tints of Night Shadz #9D375B
RGB
CMYK
RGB Variations
Color information
#9D375B (or 0x9D375B) is known color: Night Shadz. HEX triplet: 9D, 37 and 5B. RGB value is (157,55,91). Sum of RGB (Red+Green+Blue) = 157+55+91=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D375B is #62C8A4. Grayscale: #595959. Windows color (decimal): -6473893 or 5978013. OLE color: 5978013.
HSL color Cylindrical-coordinate representation of color #9D375B: hue angle of 338.82º 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 #9D375B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 91 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.38 |
| HSL | 338.82º | 0.48% | 0.42% | - |
| HSV(B) | 338.82º | 0.65% | 0.62% | - |
| XYZ | 17.16 | 10.66 | 11.05 | - |
| YUV | 89.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 91 | 0 | 0.65 | 0.42 | 0.38 | 338.82 | 0.48 | 0.42 |
| Hex | 9D | 37 | 5B | 0 | 41 | 2A | 26 | 153 | 30 | 2A |
| Octal | 235 | 67 | 133 | 0 | 101 | 52 | 46 | 523 | 60 | 52 |
| Binary | 10011101 | 110111 | 1011011 | 0 | 1000001 | 101010 | 100110 | 101010011 | 110000 | 101010 |
Color Harmonies of #9D375B
Complementary color
Monochromatic Colors of #9D375B
Black with #9D375B
Text Example
Text Example
White with #9D375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D375B; }
p { color: rgb(157,55,91); }
H1.HeaderClassName
{
color: #9D375B;
}
.AnyTagClassName
{
color: #9D375B;
}
</style>
background-color css
<style>
a { background-color: #9D375B; }
a { background-color: rgb(157,55,91); }
div.DivClassName
{
background-color: #9D375B;
}
.BgClassName
{
background-color: #9D375B;
}
</style>
border-color css
<style>
span { border-color: #9D375B; }
span { border-color: rgb(157,55,91); }
td.TdClassName
{
border-color: #9D375B;
}
.TagClassName
{
border-color: #9D375B;
}
</style>