Shades of Night Shadz #9F424E
Tints of Night Shadz #9F424E
RGB
CMYK
RGB Variations
Color information
#9F424E (or 0x9F424E) is known color: Night Shadz. HEX triplet: 9F, 42 and 4E. RGB value is (159,66,78). Sum of RGB (Red+Green+Blue) = 159+66+78=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F424E is #60BDB1. Grayscale: #5F5F5F. Windows color (decimal): -6340018 or 5128863. OLE color: 5128863.
HSL color Cylindrical-coordinate representation of color #9F424E: hue angle of 352.26º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F424E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 78 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.38 |
| HSL | 352.26º | 0.41% | 0.44% | - |
| HSV(B) | 352.26º | 0.58% | 0.62% | - |
| XYZ | 17.62 | 11.82 | 8.56 | - |
| YUV | 95.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 78 | 0 | 0.58 | 0.51 | 0.38 | 352.26 | 0.41 | 0.44 |
| Hex | 9F | 42 | 4E | 0 | 3A | 33 | 26 | 160 | 29 | 2C |
| Octal | 237 | 102 | 116 | 0 | 72 | 63 | 46 | 540 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1001110 | 0 | 111010 | 110011 | 100110 | 101100000 | 101001 | 101100 |
Color Harmonies of #9F424E
Complementary color
Monochromatic Colors of #9F424E
Black with #9F424E
Text Example
Text Example
White with #9F424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F424E; }
p { color: rgb(159,66,78); }
H1.HeaderClassName
{
color: #9F424E;
}
.AnyTagClassName
{
color: #9F424E;
}
</style>
background-color css
<style>
a { background-color: #9F424E; }
a { background-color: rgb(159,66,78); }
div.DivClassName
{
background-color: #9F424E;
}
.BgClassName
{
background-color: #9F424E;
}
</style>
border-color css
<style>
span { border-color: #9F424E; }
span { border-color: rgb(159,66,78); }
td.TdClassName
{
border-color: #9F424E;
}
.TagClassName
{
border-color: #9F424E;
}
</style>