Shades of Night Shadz #9E364E
Tints of Night Shadz #9E364E
RGB
CMYK
RGB Variations
Color information
#9E364E (or 0x9E364E) is known color: Night Shadz. HEX triplet: 9E, 36 and 4E. RGB value is (158,54,78). Sum of RGB (Red+Green+Blue) = 158+54+78=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E364E is #61C9B1. Grayscale: #575757. Windows color (decimal): -6408626 or 5125790. OLE color: 5125790.
HSL color Cylindrical-coordinate representation of color #9E364E: hue angle of 346.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E364E is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 78 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.38 |
| HSL | 346.15º | 0.49% | 0.42% | - |
| HSV(B) | 346.15º | 0.66% | 0.62% | - |
| XYZ | 16.79 | 10.46 | 8.34 | - |
| YUV | 87.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 78 | 0 | 0.66 | 0.51 | 0.38 | 346.15 | 0.49 | 0.42 |
| Hex | 9E | 36 | 4E | 0 | 42 | 33 | 26 | 15A | 31 | 2A |
| Octal | 236 | 66 | 116 | 0 | 102 | 63 | 46 | 532 | 61 | 52 |
| Binary | 10011110 | 110110 | 1001110 | 0 | 1000010 | 110011 | 100110 | 101011010 | 110001 | 101010 |
Color Harmonies of #9E364E
Complementary color
Monochromatic Colors of #9E364E
Black with #9E364E
Text Example
Text Example
White with #9E364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E364E; }
p { color: rgb(158,54,78); }
H1.HeaderClassName
{
color: #9E364E;
}
.AnyTagClassName
{
color: #9E364E;
}
</style>
background-color css
<style>
a { background-color: #9E364E; }
a { background-color: rgb(158,54,78); }
div.DivClassName
{
background-color: #9E364E;
}
.BgClassName
{
background-color: #9E364E;
}
</style>
border-color css
<style>
span { border-color: #9E364E; }
span { border-color: rgb(158,54,78); }
td.TdClassName
{
border-color: #9E364E;
}
.TagClassName
{
border-color: #9E364E;
}
</style>