Shades of Night Shadz #9F375A
Tints of Night Shadz #9F375A
RGB
CMYK
RGB Variations
Color information
#9F375A (or 0x9F375A) is known color: Night Shadz. HEX triplet: 9F, 37 and 5A. RGB value is (159,55,90). Sum of RGB (Red+Green+Blue) = 159+55+90=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F375A is #60C8A5. Grayscale: #5A5A5A. Windows color (decimal): -6342822 or 5912479. OLE color: 5912479.
HSL color Cylindrical-coordinate representation of color #9F375A: hue angle of 339.81º 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 #9F375A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 90 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.38 |
| HSL | 339.81º | 0.49% | 0.42% | - |
| HSV(B) | 339.81º | 0.65% | 0.62% | - |
| XYZ | 17.51 | 10.84 | 10.84 | - |
| YUV | 90.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 90 | 0 | 0.65 | 0.43 | 0.38 | 339.81 | 0.49 | 0.42 |
| Hex | 9F | 37 | 5A | 0 | 41 | 2B | 26 | 154 | 31 | 2A |
| Octal | 237 | 67 | 132 | 0 | 101 | 53 | 46 | 524 | 61 | 52 |
| Binary | 10011111 | 110111 | 1011010 | 0 | 1000001 | 101011 | 100110 | 101010100 | 110001 | 101010 |
Color Harmonies of #9F375A
Complementary color
Monochromatic Colors of #9F375A
Black with #9F375A
Text Example
Text Example
White with #9F375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F375A; }
p { color: rgb(159,55,90); }
H1.HeaderClassName
{
color: #9F375A;
}
.AnyTagClassName
{
color: #9F375A;
}
</style>
background-color css
<style>
a { background-color: #9F375A; }
a { background-color: rgb(159,55,90); }
div.DivClassName
{
background-color: #9F375A;
}
.BgClassName
{
background-color: #9F375A;
}
</style>
border-color css
<style>
span { border-color: #9F375A; }
span { border-color: rgb(159,55,90); }
td.TdClassName
{
border-color: #9F375A;
}
.TagClassName
{
border-color: #9F375A;
}
</style>