Shades of Night Shadz #9F384E
Tints of Night Shadz #9F384E
RGB
CMYK
RGB Variations
Color information
#9F384E (or 0x9F384E) is known color: Night Shadz. HEX triplet: 9F, 38 and 4E. RGB value is (159,56,78). Sum of RGB (Red+Green+Blue) = 159+56+78=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F384E is #60C7B1. Grayscale: #595959. Windows color (decimal): -6342578 or 5126303. OLE color: 5126303.
HSL color Cylindrical-coordinate representation of color #9F384E: hue angle of 347.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F384E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 78 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.38 |
| HSL | 347.18º | 0.48% | 0.42% | - |
| HSV(B) | 347.18º | 0.65% | 0.62% | - |
| XYZ | 17.09 | 10.75 | 8.38 | - |
| YUV | 89.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 78 | 0 | 0.65 | 0.51 | 0.38 | 347.18 | 0.48 | 0.42 |
| Hex | 9F | 38 | 4E | 0 | 41 | 33 | 26 | 15B | 30 | 2A |
| Octal | 237 | 70 | 116 | 0 | 101 | 63 | 46 | 533 | 60 | 52 |
| Binary | 10011111 | 111000 | 1001110 | 0 | 1000001 | 110011 | 100110 | 101011011 | 110000 | 101010 |
Color Harmonies of #9F384E
Complementary color
Monochromatic Colors of #9F384E
Black with #9F384E
Text Example
Text Example
White with #9F384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F384E; }
p { color: rgb(159,56,78); }
H1.HeaderClassName
{
color: #9F384E;
}
.AnyTagClassName
{
color: #9F384E;
}
</style>
background-color css
<style>
a { background-color: #9F384E; }
a { background-color: rgb(159,56,78); }
div.DivClassName
{
background-color: #9F384E;
}
.BgClassName
{
background-color: #9F384E;
}
</style>
border-color css
<style>
span { border-color: #9F384E; }
span { border-color: rgb(159,56,78); }
td.TdClassName
{
border-color: #9F384E;
}
.TagClassName
{
border-color: #9F384E;
}
</style>