Shades of Night Shadz #9E375B
Tints of Night Shadz #9E375B
RGB
CMYK
RGB Variations
Color information
#9E375B (or 0x9E375B) is known color: Night Shadz. HEX triplet: 9E, 37 and 5B. RGB value is (158,55,91). Sum of RGB (Red+Green+Blue) = 158+55+91=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E375B is #61C8A4. Grayscale: #595959. Windows color (decimal): -6408357 or 5978014. OLE color: 5978014.
HSL color Cylindrical-coordinate representation of color #9E375B: hue angle of 339.03º 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 #9E375B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 91 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.38 |
| HSL | 339.03º | 0.48% | 0.42% | - |
| HSV(B) | 339.03º | 0.65% | 0.62% | - |
| XYZ | 17.36 | 10.76 | 11.06 | - |
| YUV | 89.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 91 | 0 | 0.65 | 0.42 | 0.38 | 339.03 | 0.48 | 0.42 |
| Hex | 9E | 37 | 5B | 0 | 41 | 2A | 26 | 153 | 30 | 2A |
| Octal | 236 | 67 | 133 | 0 | 101 | 52 | 46 | 523 | 60 | 52 |
| Binary | 10011110 | 110111 | 1011011 | 0 | 1000001 | 101010 | 100110 | 101010011 | 110000 | 101010 |
Color Harmonies of #9E375B
Complementary color
Monochromatic Colors of #9E375B
Black with #9E375B
Text Example
Text Example
White with #9E375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E375B; }
p { color: rgb(158,55,91); }
H1.HeaderClassName
{
color: #9E375B;
}
.AnyTagClassName
{
color: #9E375B;
}
</style>
background-color css
<style>
a { background-color: #9E375B; }
a { background-color: rgb(158,55,91); }
div.DivClassName
{
background-color: #9E375B;
}
.BgClassName
{
background-color: #9E375B;
}
</style>
border-color css
<style>
span { border-color: #9E375B; }
span { border-color: rgb(158,55,91); }
td.TdClassName
{
border-color: #9E375B;
}
.TagClassName
{
border-color: #9E375B;
}
</style>