Shades of Night Shadz #9E314D
Tints of Night Shadz #9E314D
RGB
CMYK
RGB Variations
Color information
#9E314D (or 0x9E314D) is known color: Night Shadz. HEX triplet: 9E, 31 and 4D. RGB value is (158,49,77). Sum of RGB (Red+Green+Blue) = 158+49+77=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E314D is #61CEB2. Grayscale: #545454. Windows color (decimal): -6409907 or 5058974. OLE color: 5058974.
HSL color Cylindrical-coordinate representation of color #9E314D: hue angle of 344.59º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E314D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 77 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.38 |
| HSL | 344.59º | 0.53% | 0.41% | - |
| HSV(B) | 344.59º | 0.69% | 0.62% | - |
| XYZ | 16.54 | 10 | 8.08 | - |
| YUV | 84.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 77 | 0 | 0.69 | 0.51 | 0.38 | 344.59 | 0.53 | 0.41 |
| Hex | 9E | 31 | 4D | 0 | 45 | 33 | 26 | 159 | 35 | 29 |
| Octal | 236 | 61 | 115 | 0 | 105 | 63 | 46 | 531 | 65 | 51 |
| Binary | 10011110 | 110001 | 1001101 | 0 | 1000101 | 110011 | 100110 | 101011001 | 110101 | 101001 |
Color Harmonies of #9E314D
Complementary color
Monochromatic Colors of #9E314D
Black with #9E314D
Text Example
Text Example
White with #9E314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E314D; }
p { color: rgb(158,49,77); }
H1.HeaderClassName
{
color: #9E314D;
}
.AnyTagClassName
{
color: #9E314D;
}
</style>
background-color css
<style>
a { background-color: #9E314D; }
a { background-color: rgb(158,49,77); }
div.DivClassName
{
background-color: #9E314D;
}
.BgClassName
{
background-color: #9E314D;
}
</style>
border-color css
<style>
span { border-color: #9E314D; }
span { border-color: rgb(158,49,77); }
td.TdClassName
{
border-color: #9E314D;
}
.TagClassName
{
border-color: #9E314D;
}
</style>