Shades of Night Shadz #9F414D
Tints of Night Shadz #9F414D
RGB
CMYK
RGB Variations
Color information
#9F414D (or 0x9F414D) is known color: Night Shadz. HEX triplet: 9F, 41 and 4D. RGB value is (159,65,77). Sum of RGB (Red+Green+Blue) = 159+65+77=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F414D is #60BEB2. Grayscale: #5E5E5E. Windows color (decimal): -6340275 or 5063071. OLE color: 5063071.
HSL color Cylindrical-coordinate representation of color #9F414D: hue angle of 352.34º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F414D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 77 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.38 |
| HSL | 352.34º | 0.42% | 0.44% | - |
| HSV(B) | 352.34º | 0.59% | 0.62% | - |
| XYZ | 17.53 | 11.69 | 8.35 | - |
| YUV | 94.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 77 | 0 | 0.59 | 0.52 | 0.38 | 352.34 | 0.42 | 0.44 |
| Hex | 9F | 41 | 4D | 0 | 3B | 34 | 26 | 160 | 2A | 2C |
| Octal | 237 | 101 | 115 | 0 | 73 | 64 | 46 | 540 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1001101 | 0 | 111011 | 110100 | 100110 | 101100000 | 101010 | 101100 |
Color Harmonies of #9F414D
Complementary color
Monochromatic Colors of #9F414D
Black with #9F414D
Text Example
Text Example
White with #9F414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F414D; }
p { color: rgb(159,65,77); }
H1.HeaderClassName
{
color: #9F414D;
}
.AnyTagClassName
{
color: #9F414D;
}
</style>
background-color css
<style>
a { background-color: #9F414D; }
a { background-color: rgb(159,65,77); }
div.DivClassName
{
background-color: #9F414D;
}
.BgClassName
{
background-color: #9F414D;
}
</style>
border-color css
<style>
span { border-color: #9F414D; }
span { border-color: rgb(159,65,77); }
td.TdClassName
{
border-color: #9F414D;
}
.TagClassName
{
border-color: #9F414D;
}
</style>