Shades of Night Shadz #9E385A
Tints of Night Shadz #9E385A
RGB
CMYK
RGB Variations
Color information
#9E385A (or 0x9E385A) is known color: Night Shadz. HEX triplet: 9E, 38 and 5A. RGB value is (158,56,90). Sum of RGB (Red+Green+Blue) = 158+56+90=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E385A is #61C7A5. Grayscale: #5A5A5A. Windows color (decimal): -6408102 or 5912734. OLE color: 5912734.
HSL color Cylindrical-coordinate representation of color #9E385A: hue angle of 340º 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 #9E385A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 90 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.38 |
| HSL | 340º | 0.48% | 0.42% | - |
| HSV(B) | 340º | 0.65% | 0.62% | - |
| XYZ | 17.36 | 10.84 | 10.85 | - |
| YUV | 90.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 90 | 0 | 0.65 | 0.43 | 0.38 | 340 | 0.48 | 0.42 |
| Hex | 9E | 38 | 5A | 0 | 41 | 2B | 26 | 154 | 30 | 2A |
| Octal | 236 | 70 | 132 | 0 | 101 | 53 | 46 | 524 | 60 | 52 |
| Binary | 10011110 | 111000 | 1011010 | 0 | 1000001 | 101011 | 100110 | 101010100 | 110000 | 101010 |
Color Harmonies of #9E385A
Complementary color
Monochromatic Colors of #9E385A
Black with #9E385A
Text Example
Text Example
White with #9E385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E385A; }
p { color: rgb(158,56,90); }
H1.HeaderClassName
{
color: #9E385A;
}
.AnyTagClassName
{
color: #9E385A;
}
</style>
background-color css
<style>
a { background-color: #9E385A; }
a { background-color: rgb(158,56,90); }
div.DivClassName
{
background-color: #9E385A;
}
.BgClassName
{
background-color: #9E385A;
}
</style>
border-color css
<style>
span { border-color: #9E385A; }
span { border-color: rgb(158,56,90); }
td.TdClassName
{
border-color: #9E385A;
}
.TagClassName
{
border-color: #9E385A;
}
</style>