Shades of Night Shadz #9E334B
Tints of Night Shadz #9E334B
RGB
CMYK
RGB Variations
Color information
#9E334B (or 0x9E334B) is known color: Night Shadz. HEX triplet: 9E, 33 and 4B. RGB value is (158,51,75). Sum of RGB (Red+Green+Blue) = 158+51+75=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E334B is #61CCB4. Grayscale: #555555. Windows color (decimal): -6409397 or 4928414. OLE color: 4928414.
HSL color Cylindrical-coordinate representation of color #9E334B: hue angle of 346.54º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E334B is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 75 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.38 |
| HSL | 346.54º | 0.51% | 0.41% | - |
| HSV(B) | 346.54º | 0.68% | 0.62% | - |
| XYZ | 16.55 | 10.14 | 7.74 | - |
| YUV | 85.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 75 | 0 | 0.68 | 0.53 | 0.38 | 346.54 | 0.51 | 0.41 |
| Hex | 9E | 33 | 4B | 0 | 44 | 35 | 26 | 15B | 33 | 29 |
| Octal | 236 | 63 | 113 | 0 | 104 | 65 | 46 | 533 | 63 | 51 |
| Binary | 10011110 | 110011 | 1001011 | 0 | 1000100 | 110101 | 100110 | 101011011 | 110011 | 101001 |
Color Harmonies of #9E334B
Complementary color
Monochromatic Colors of #9E334B
Black with #9E334B
Text Example
Text Example
White with #9E334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E334B; }
p { color: rgb(158,51,75); }
H1.HeaderClassName
{
color: #9E334B;
}
.AnyTagClassName
{
color: #9E334B;
}
</style>
background-color css
<style>
a { background-color: #9E334B; }
a { background-color: rgb(158,51,75); }
div.DivClassName
{
background-color: #9E334B;
}
.BgClassName
{
background-color: #9E334B;
}
</style>
border-color css
<style>
span { border-color: #9E334B; }
span { border-color: rgb(158,51,75); }
td.TdClassName
{
border-color: #9E334B;
}
.TagClassName
{
border-color: #9E334B;
}
</style>