Shades of Night Shadz #9F4150
Tints of Night Shadz #9F4150
RGB
CMYK
RGB Variations
Color information
#9F4150 (or 0x9F4150) is known color: Night Shadz. HEX triplet: 9F, 41 and 50. RGB value is (159,65,80). Sum of RGB (Red+Green+Blue) = 159+65+80=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4150 is #60BEAF. Grayscale: #5E5E5E. Windows color (decimal): -6340272 or 5259679. OLE color: 5259679.
HSL color Cylindrical-coordinate representation of color #9F4150: hue angle of 350.43º 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 #9F4150 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 80 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.38 |
| HSL | 350.43º | 0.42% | 0.44% | - |
| HSV(B) | 350.43º | 0.59% | 0.62% | - |
| XYZ | 17.64 | 11.73 | 8.92 | - |
| YUV | 94.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 80 | 0 | 0.59 | 0.50 | 0.38 | 350.43 | 0.42 | 0.44 |
| Hex | 9F | 41 | 50 | 0 | 3B | 32 | 26 | 15E | 2A | 2C |
| Octal | 237 | 101 | 120 | 0 | 73 | 62 | 46 | 536 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1010000 | 0 | 111011 | 110010 | 100110 | 101011110 | 101010 | 101100 |
Color Harmonies of #9F4150
Complementary color
Monochromatic Colors of #9F4150
Black with #9F4150
Text Example
Text Example
White with #9F4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4150; }
p { color: rgb(159,65,80); }
H1.HeaderClassName
{
color: #9F4150;
}
.AnyTagClassName
{
color: #9F4150;
}
</style>
background-color css
<style>
a { background-color: #9F4150; }
a { background-color: rgb(159,65,80); }
div.DivClassName
{
background-color: #9F4150;
}
.BgClassName
{
background-color: #9F4150;
}
</style>
border-color css
<style>
span { border-color: #9F4150; }
span { border-color: rgb(159,65,80); }
td.TdClassName
{
border-color: #9F4150;
}
.TagClassName
{
border-color: #9F4150;
}
</style>