Shades of Night Shadz #9A384A
Tints of Night Shadz #9A384A
RGB
CMYK
RGB Variations
Color information
#9A384A (or 0x9A384A) is known color: Night Shadz. HEX triplet: 9A, 38 and 4A. RGB value is (154,56,74). Sum of RGB (Red+Green+Blue) = 154+56+74=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A384A is #65C7B5. Grayscale: #575757. Windows color (decimal): -6670262 or 4864154. OLE color: 4864154.
HSL color Cylindrical-coordinate representation of color #9A384A: hue angle of 348.98º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A384A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 56 | 74 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.40 |
| HSL | 348.98º | 0.47% | 0.41% | - |
| HSV(B) | 348.98º | 0.64% | 0.6% | - |
| XYZ | 15.98 | 10.19 | 7.6 | - |
| YUV | 87.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 74 | 0 | 0.64 | 0.52 | 0.40 | 348.98 | 0.47 | 0.41 |
| Hex | 9A | 38 | 4A | 0 | 40 | 34 | 28 | 15D | 2F | 29 |
| Octal | 232 | 70 | 112 | 0 | 100 | 64 | 50 | 535 | 57 | 51 |
| Binary | 10011010 | 111000 | 1001010 | 0 | 1000000 | 110100 | 101000 | 101011101 | 101111 | 101001 |
Color Harmonies of #9A384A
Complementary color
Monochromatic Colors of #9A384A
Black with #9A384A
Text Example
Text Example
White with #9A384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A384A; }
p { color: rgb(154,56,74); }
H1.HeaderClassName
{
color: #9A384A;
}
.AnyTagClassName
{
color: #9A384A;
}
</style>
background-color css
<style>
a { background-color: #9A384A; }
a { background-color: rgb(154,56,74); }
div.DivClassName
{
background-color: #9A384A;
}
.BgClassName
{
background-color: #9A384A;
}
</style>
border-color css
<style>
span { border-color: #9A384A; }
span { border-color: rgb(154,56,74); }
td.TdClassName
{
border-color: #9A384A;
}
.TagClassName
{
border-color: #9A384A;
}
</style>