Shades of Night Shadz #9F465A
Tints of Night Shadz #9F465A
RGB
CMYK
RGB Variations
Color information
#9F465A (or 0x9F465A) is known color: Night Shadz. HEX triplet: 9F, 46 and 5A. RGB value is (159,70,90). Sum of RGB (Red+Green+Blue) = 159+70+90=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F465A is #60B9A5. Grayscale: #626262. Windows color (decimal): -6338982 or 5916319. OLE color: 5916319.
HSL color Cylindrical-coordinate representation of color #9F465A: hue angle of 346.52º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F465A is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 90 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.38 |
| HSL | 346.52º | 0.39% | 0.45% | - |
| HSV(B) | 346.52º | 0.56% | 0.62% | - |
| XYZ | 18.33 | 12.49 | 11.12 | - |
| YUV | 98.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 90 | 0 | 0.56 | 0.43 | 0.38 | 346.52 | 0.39 | 0.45 |
| Hex | 9F | 46 | 5A | 0 | 38 | 2B | 26 | 15B | 27 | 2D |
| Octal | 237 | 106 | 132 | 0 | 70 | 53 | 46 | 533 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1011010 | 0 | 111000 | 101011 | 100110 | 101011011 | 100111 | 101101 |
Color Harmonies of #9F465A
Complementary color
Monochromatic Colors of #9F465A
Black with #9F465A
Text Example
Text Example
White with #9F465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F465A; }
p { color: rgb(159,70,90); }
H1.HeaderClassName
{
color: #9F465A;
}
.AnyTagClassName
{
color: #9F465A;
}
</style>
background-color css
<style>
a { background-color: #9F465A; }
a { background-color: rgb(159,70,90); }
div.DivClassName
{
background-color: #9F465A;
}
.BgClassName
{
background-color: #9F465A;
}
</style>
border-color css
<style>
span { border-color: #9F465A; }
span { border-color: rgb(159,70,90); }
td.TdClassName
{
border-color: #9F465A;
}
.TagClassName
{
border-color: #9F465A;
}
</style>