Shades of Night Shadz #9F414E
Tints of Night Shadz #9F414E
RGB
CMYK
RGB Variations
Color information
#9F414E (or 0x9F414E) is known color: Night Shadz. HEX triplet: 9F, 41 and 4E. RGB value is (159,65,78). Sum of RGB (Red+Green+Blue) = 159+65+78=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F414E is #60BEB1. Grayscale: #5E5E5E. Windows color (decimal): -6340274 or 5128607. OLE color: 5128607.
HSL color Cylindrical-coordinate representation of color #9F414E: hue angle of 351.7º 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 #9F414E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 78 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.38 |
| HSL | 351.7º | 0.42% | 0.44% | - |
| HSV(B) | 351.7º | 0.59% | 0.62% | - |
| XYZ | 17.56 | 11.7 | 8.54 | - |
| YUV | 94.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 78 | 0 | 0.59 | 0.51 | 0.38 | 351.7 | 0.42 | 0.44 |
| Hex | 9F | 41 | 4E | 0 | 3B | 33 | 26 | 160 | 2A | 2C |
| Octal | 237 | 101 | 116 | 0 | 73 | 63 | 46 | 540 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1001110 | 0 | 111011 | 110011 | 100110 | 101100000 | 101010 | 101100 |
Color Harmonies of #9F414E
Complementary color
Monochromatic Colors of #9F414E
Black with #9F414E
Text Example
Text Example
White with #9F414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F414E; }
p { color: rgb(159,65,78); }
H1.HeaderClassName
{
color: #9F414E;
}
.AnyTagClassName
{
color: #9F414E;
}
</style>
background-color css
<style>
a { background-color: #9F414E; }
a { background-color: rgb(159,65,78); }
div.DivClassName
{
background-color: #9F414E;
}
.BgClassName
{
background-color: #9F414E;
}
</style>
border-color css
<style>
span { border-color: #9F414E; }
span { border-color: rgb(159,65,78); }
td.TdClassName
{
border-color: #9F414E;
}
.TagClassName
{
border-color: #9F414E;
}
</style>