Shades of Night Shadz #9B324A
Tints of Night Shadz #9B324A
RGB
CMYK
RGB Variations
Color information
#9B324A (or 0x9B324A) is known color: Night Shadz. HEX triplet: 9B, 32 and 4A. RGB value is (155,50,74). Sum of RGB (Red+Green+Blue) = 155+50+74=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B324A is #64CDB5. Grayscale: #545454. Windows color (decimal): -6606262 or 4862619. OLE color: 4862619.
HSL color Cylindrical-coordinate representation of color #9B324A: hue angle of 346.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B324A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 74 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.39 |
| HSL | 346.29º | 0.51% | 0.4% | - |
| HSV(B) | 346.29º | 0.68% | 0.61% | - |
| XYZ | 15.89 | 9.74 | 7.52 | - |
| YUV | 84.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 74 | 0 | 0.68 | 0.52 | 0.39 | 346.29 | 0.51 | 0.4 |
| Hex | 9B | 32 | 4A | 0 | 44 | 34 | 27 | 15A | 33 | 28 |
| Octal | 233 | 62 | 112 | 0 | 104 | 64 | 47 | 532 | 63 | 50 |
| Binary | 10011011 | 110010 | 1001010 | 0 | 1000100 | 110100 | 100111 | 101011010 | 110011 | 101000 |
Color Harmonies of #9B324A
Complementary color
Monochromatic Colors of #9B324A
Black with #9B324A
Text Example
Text Example
White with #9B324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B324A; }
p { color: rgb(155,50,74); }
H1.HeaderClassName
{
color: #9B324A;
}
.AnyTagClassName
{
color: #9B324A;
}
</style>
background-color css
<style>
a { background-color: #9B324A; }
a { background-color: rgb(155,50,74); }
div.DivClassName
{
background-color: #9B324A;
}
.BgClassName
{
background-color: #9B324A;
}
</style>
border-color css
<style>
span { border-color: #9B324A; }
span { border-color: rgb(155,50,74); }
td.TdClassName
{
border-color: #9B324A;
}
.TagClassName
{
border-color: #9B324A;
}
</style>