Shades of Night Shadz #9B384D
Tints of Night Shadz #9B384D
RGB
CMYK
RGB Variations
Color information
#9B384D (or 0x9B384D) is known color: Night Shadz. HEX triplet: 9B, 38 and 4D. RGB value is (155,56,77). Sum of RGB (Red+Green+Blue) = 155+56+77=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B384D is #64C7B2. Grayscale: #585858. Windows color (decimal): -6604723 or 5060763. OLE color: 5060763.
HSL color Cylindrical-coordinate representation of color #9B384D: hue angle of 347.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B384D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 77 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.39 |
| HSL | 347.27º | 0.47% | 0.41% | - |
| HSV(B) | 347.27º | 0.64% | 0.61% | - |
| XYZ | 16.27 | 10.33 | 8.16 | - |
| YUV | 88 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 77 | 0 | 0.64 | 0.50 | 0.39 | 347.27 | 0.47 | 0.41 |
| Hex | 9B | 38 | 4D | 0 | 40 | 32 | 27 | 15B | 2F | 29 |
| Octal | 233 | 70 | 115 | 0 | 100 | 62 | 47 | 533 | 57 | 51 |
| Binary | 10011011 | 111000 | 1001101 | 0 | 1000000 | 110010 | 100111 | 101011011 | 101111 | 101001 |
Color Harmonies of #9B384D
Complementary color
Monochromatic Colors of #9B384D
Black with #9B384D
Text Example
Text Example
White with #9B384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B384D; }
p { color: rgb(155,56,77); }
H1.HeaderClassName
{
color: #9B384D;
}
.AnyTagClassName
{
color: #9B384D;
}
</style>
background-color css
<style>
a { background-color: #9B384D; }
a { background-color: rgb(155,56,77); }
div.DivClassName
{
background-color: #9B384D;
}
.BgClassName
{
background-color: #9B384D;
}
</style>
border-color css
<style>
span { border-color: #9B384D; }
span { border-color: rgb(155,56,77); }
td.TdClassName
{
border-color: #9B384D;
}
.TagClassName
{
border-color: #9B384D;
}
</style>