Shades of Night Shadz #9E385B
Tints of Night Shadz #9E385B
RGB
CMYK
RGB Variations
Color information
#9E385B (or 0x9E385B) is known color: Night Shadz. HEX triplet: 9E, 38 and 5B. RGB value is (158,56,91). Sum of RGB (Red+Green+Blue) = 158+56+91=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E385B is #61C7A4. Grayscale: #5A5A5A. Windows color (decimal): -6408101 or 5978270. OLE color: 5978270.
HSL color Cylindrical-coordinate representation of color #9E385B: hue angle of 339.41º 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 #9E385B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 91 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.38 |
| HSL | 339.41º | 0.48% | 0.42% | - |
| HSV(B) | 339.41º | 0.65% | 0.62% | - |
| XYZ | 17.4 | 10.85 | 11.08 | - |
| YUV | 90.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 91 | 0 | 0.65 | 0.42 | 0.38 | 339.41 | 0.48 | 0.42 |
| Hex | 9E | 38 | 5B | 0 | 41 | 2A | 26 | 153 | 30 | 2A |
| Octal | 236 | 70 | 133 | 0 | 101 | 52 | 46 | 523 | 60 | 52 |
| Binary | 10011110 | 111000 | 1011011 | 0 | 1000001 | 101010 | 100110 | 101010011 | 110000 | 101010 |
Color Harmonies of #9E385B
Complementary color
Monochromatic Colors of #9E385B
Black with #9E385B
Text Example
Text Example
White with #9E385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E385B; }
p { color: rgb(158,56,91); }
H1.HeaderClassName
{
color: #9E385B;
}
.AnyTagClassName
{
color: #9E385B;
}
</style>
background-color css
<style>
a { background-color: #9E385B; }
a { background-color: rgb(158,56,91); }
div.DivClassName
{
background-color: #9E385B;
}
.BgClassName
{
background-color: #9E385B;
}
</style>
border-color css
<style>
span { border-color: #9E385B; }
span { border-color: rgb(158,56,91); }
td.TdClassName
{
border-color: #9E385B;
}
.TagClassName
{
border-color: #9E385B;
}
</style>