Shades of Night Shadz #9F455A
Tints of Night Shadz #9F455A
RGB
CMYK
RGB Variations
Color information
#9F455A (or 0x9F455A) is known color: Night Shadz. HEX triplet: 9F, 45 and 5A. RGB value is (159,69,90). Sum of RGB (Red+Green+Blue) = 159+69+90=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F455A is #60BAA5. Grayscale: #626262. Windows color (decimal): -6339238 or 5916063. OLE color: 5916063.
HSL color Cylindrical-coordinate representation of color #9F455A: hue angle of 346º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F455A is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 90 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.38 |
| HSL | 346º | 0.39% | 0.45% | - |
| HSV(B) | 346º | 0.57% | 0.62% | - |
| XYZ | 18.27 | 12.37 | 11.1 | - |
| YUV | 98.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 90 | 0 | 0.57 | 0.43 | 0.38 | 346 | 0.39 | 0.45 |
| Hex | 9F | 45 | 5A | 0 | 39 | 2B | 26 | 15A | 27 | 2D |
| Octal | 237 | 105 | 132 | 0 | 71 | 53 | 46 | 532 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1011010 | 0 | 111001 | 101011 | 100110 | 101011010 | 100111 | 101101 |
Color Harmonies of #9F455A
Complementary color
Monochromatic Colors of #9F455A
Black with #9F455A
Text Example
Text Example
White with #9F455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F455A; }
p { color: rgb(159,69,90); }
H1.HeaderClassName
{
color: #9F455A;
}
.AnyTagClassName
{
color: #9F455A;
}
</style>
background-color css
<style>
a { background-color: #9F455A; }
a { background-color: rgb(159,69,90); }
div.DivClassName
{
background-color: #9F455A;
}
.BgClassName
{
background-color: #9F455A;
}
</style>
border-color css
<style>
span { border-color: #9F455A; }
span { border-color: rgb(159,69,90); }
td.TdClassName
{
border-color: #9F455A;
}
.TagClassName
{
border-color: #9F455A;
}
</style>