Shades of Night Shadz #9F425C
Tints of Night Shadz #9F425C
RGB
CMYK
RGB Variations
Color information
#9F425C (or 0x9F425C) is known color: Night Shadz. HEX triplet: 9F, 42 and 5C. RGB value is (159,66,92). Sum of RGB (Red+Green+Blue) = 159+66+92=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F425C is #60BDA3. Grayscale: #606060. Windows color (decimal): -6340004 or 6046367. OLE color: 6046367.
HSL color Cylindrical-coordinate representation of color #9F425C: hue angle of 343.23º 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 #9F425C is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 92 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.38 |
| HSL | 343.23º | 0.41% | 0.44% | - |
| HSV(B) | 343.23º | 0.58% | 0.62% | - |
| XYZ | 18.18 | 12.04 | 11.49 | - |
| YUV | 96.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 92 | 0 | 0.58 | 0.42 | 0.38 | 343.23 | 0.41 | 0.44 |
| Hex | 9F | 42 | 5C | 0 | 3A | 2A | 26 | 157 | 29 | 2C |
| Octal | 237 | 102 | 134 | 0 | 72 | 52 | 46 | 527 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1011100 | 0 | 111010 | 101010 | 100110 | 101010111 | 101001 | 101100 |
Color Harmonies of #9F425C
Complementary color
Monochromatic Colors of #9F425C
Black with #9F425C
Text Example
Text Example
White with #9F425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F425C; }
p { color: rgb(159,66,92); }
H1.HeaderClassName
{
color: #9F425C;
}
.AnyTagClassName
{
color: #9F425C;
}
</style>
background-color css
<style>
a { background-color: #9F425C; }
a { background-color: rgb(159,66,92); }
div.DivClassName
{
background-color: #9F425C;
}
.BgClassName
{
background-color: #9F425C;
}
</style>
border-color css
<style>
span { border-color: #9F425C; }
span { border-color: rgb(159,66,92); }
td.TdClassName
{
border-color: #9F425C;
}
.TagClassName
{
border-color: #9F425C;
}
</style>