Shades of Night Shadz #9E394E
Tints of Night Shadz #9E394E
RGB
CMYK
RGB Variations
Color information
#9E394E (or 0x9E394E) is known color: Night Shadz. HEX triplet: 9E, 39 and 4E. RGB value is (158,57,78). Sum of RGB (Red+Green+Blue) = 158+57+78=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E394E is #61C6B1. Grayscale: #595959. Windows color (decimal): -6407858 or 5126558. OLE color: 5126558.
HSL color Cylindrical-coordinate representation of color #9E394E: hue angle of 347.52º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E394E is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 57 | 78 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.38 |
| HSL | 347.52º | 0.47% | 0.42% | - |
| HSV(B) | 347.52º | 0.64% | 0.62% | - |
| XYZ | 16.94 | 10.75 | 8.39 | - |
| YUV | 89.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 78 | 0 | 0.64 | 0.51 | 0.38 | 347.52 | 0.47 | 0.42 |
| Hex | 9E | 39 | 4E | 0 | 40 | 33 | 26 | 15C | 2F | 2A |
| Octal | 236 | 71 | 116 | 0 | 100 | 63 | 46 | 534 | 57 | 52 |
| Binary | 10011110 | 111001 | 1001110 | 0 | 1000000 | 110011 | 100110 | 101011100 | 101111 | 101010 |
Color Harmonies of #9E394E
Complementary color
Monochromatic Colors of #9E394E
Black with #9E394E
Text Example
Text Example
White with #9E394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E394E; }
p { color: rgb(158,57,78); }
H1.HeaderClassName
{
color: #9E394E;
}
.AnyTagClassName
{
color: #9E394E;
}
</style>
background-color css
<style>
a { background-color: #9E394E; }
a { background-color: rgb(158,57,78); }
div.DivClassName
{
background-color: #9E394E;
}
.BgClassName
{
background-color: #9E394E;
}
</style>
border-color css
<style>
span { border-color: #9E394E; }
span { border-color: rgb(158,57,78); }
td.TdClassName
{
border-color: #9E394E;
}
.TagClassName
{
border-color: #9E394E;
}
</style>