Shades of Night Shadz #9F3759
Tints of Night Shadz #9F3759
RGB
CMYK
RGB Variations
Color information
#9F3759 (or 0x9F3759) is known color: Night Shadz. HEX triplet: 9F, 37 and 59. RGB value is (159,55,89). Sum of RGB (Red+Green+Blue) = 159+55+89=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3759 is #60C8A6. Grayscale: #595959. Windows color (decimal): -6342823 or 5846943. OLE color: 5846943.
HSL color Cylindrical-coordinate representation of color #9F3759: hue angle of 340.38º degrees, saturation: 0.49, 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 #9F3759 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 89 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.38 |
| HSL | 340.38º | 0.49% | 0.42% | - |
| HSV(B) | 340.38º | 0.65% | 0.62% | - |
| XYZ | 17.47 | 10.82 | 10.62 | - |
| YUV | 89.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 89 | 0 | 0.65 | 0.44 | 0.38 | 340.38 | 0.49 | 0.42 |
| Hex | 9F | 37 | 59 | 0 | 41 | 2C | 26 | 154 | 31 | 2A |
| Octal | 237 | 67 | 131 | 0 | 101 | 54 | 46 | 524 | 61 | 52 |
| Binary | 10011111 | 110111 | 1011001 | 0 | 1000001 | 101100 | 100110 | 101010100 | 110001 | 101010 |
Color Harmonies of #9F3759
Complementary color
Monochromatic Colors of #9F3759
Black with #9F3759
Text Example
Text Example
White with #9F3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3759; }
p { color: rgb(159,55,89); }
H1.HeaderClassName
{
color: #9F3759;
}
.AnyTagClassName
{
color: #9F3759;
}
</style>
background-color css
<style>
a { background-color: #9F3759; }
a { background-color: rgb(159,55,89); }
div.DivClassName
{
background-color: #9F3759;
}
.BgClassName
{
background-color: #9F3759;
}
</style>
border-color css
<style>
span { border-color: #9F3759; }
span { border-color: rgb(159,55,89); }
td.TdClassName
{
border-color: #9F3759;
}
.TagClassName
{
border-color: #9F3759;
}
</style>