Shades of Night Shadz #9F434E
Tints of Night Shadz #9F434E
RGB
CMYK
RGB Variations
Color information
#9F434E (or 0x9F434E) is known color: Night Shadz. HEX triplet: 9F, 43 and 4E. RGB value is (159,67,78). Sum of RGB (Red+Green+Blue) = 159+67+78=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F434E is #60BCB1. Grayscale: #5F5F5F. Windows color (decimal): -6339762 or 5129119. OLE color: 5129119.
HSL color Cylindrical-coordinate representation of color #9F434E: hue angle of 352.83º 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 #9F434E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 78 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.38 |
| HSL | 352.83º | 0.41% | 0.44% | - |
| HSV(B) | 352.83º | 0.58% | 0.62% | - |
| XYZ | 17.68 | 11.94 | 8.58 | - |
| YUV | 95.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 78 | 0 | 0.58 | 0.51 | 0.38 | 352.83 | 0.41 | 0.44 |
| Hex | 9F | 43 | 4E | 0 | 3A | 33 | 26 | 161 | 29 | 2C |
| Octal | 237 | 103 | 116 | 0 | 72 | 63 | 46 | 541 | 51 | 54 |
| Binary | 10011111 | 1000011 | 1001110 | 0 | 111010 | 110011 | 100110 | 101100001 | 101001 | 101100 |
Color Harmonies of #9F434E
Complementary color
Monochromatic Colors of #9F434E
Black with #9F434E
Text Example
Text Example
White with #9F434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F434E; }
p { color: rgb(159,67,78); }
H1.HeaderClassName
{
color: #9F434E;
}
.AnyTagClassName
{
color: #9F434E;
}
</style>
background-color css
<style>
a { background-color: #9F434E; }
a { background-color: rgb(159,67,78); }
div.DivClassName
{
background-color: #9F434E;
}
.BgClassName
{
background-color: #9F434E;
}
</style>
border-color css
<style>
span { border-color: #9F434E; }
span { border-color: rgb(159,67,78); }
td.TdClassName
{
border-color: #9F434E;
}
.TagClassName
{
border-color: #9F434E;
}
</style>