Shades of Night Shadz #9B395A
Tints of Night Shadz #9B395A
RGB
CMYK
RGB Variations
Color information
#9B395A (or 0x9B395A) is known color: Night Shadz. HEX triplet: 9B, 39 and 5A. RGB value is (155,57,90). Sum of RGB (Red+Green+Blue) = 155+57+90=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B395A is #64C6A5. Grayscale: #5A5A5A. Windows color (decimal): -6604454 or 5912987. OLE color: 5912987.
HSL color Cylindrical-coordinate representation of color #9B395A: hue angle of 339.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B395A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 90 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.39 |
| HSL | 339.8º | 0.46% | 0.42% | - |
| HSV(B) | 339.8º | 0.63% | 0.61% | - |
| XYZ | 16.83 | 10.63 | 10.84 | - |
| YUV | 90.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 90 | 0 | 0.63 | 0.42 | 0.39 | 339.8 | 0.46 | 0.42 |
| Hex | 9B | 39 | 5A | 0 | 3F | 2A | 27 | 154 | 2E | 2A |
| Octal | 233 | 71 | 132 | 0 | 77 | 52 | 47 | 524 | 56 | 52 |
| Binary | 10011011 | 111001 | 1011010 | 0 | 111111 | 101010 | 100111 | 101010100 | 101110 | 101010 |
Color Harmonies of #9B395A
Complementary color
Monochromatic Colors of #9B395A
Black with #9B395A
Text Example
Text Example
White with #9B395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B395A; }
p { color: rgb(155,57,90); }
H1.HeaderClassName
{
color: #9B395A;
}
.AnyTagClassName
{
color: #9B395A;
}
</style>
background-color css
<style>
a { background-color: #9B395A; }
a { background-color: rgb(155,57,90); }
div.DivClassName
{
background-color: #9B395A;
}
.BgClassName
{
background-color: #9B395A;
}
</style>
border-color css
<style>
span { border-color: #9B395A; }
span { border-color: rgb(155,57,90); }
td.TdClassName
{
border-color: #9B395A;
}
.TagClassName
{
border-color: #9B395A;
}
</style>