Shades of Night Shadz #983F55
Tints of Night Shadz #983F55
RGB
CMYK
RGB Variations
Color information
#983F55 (or 0x983F55) is known color: Night Shadz. HEX triplet: 98, 3F and 55. RGB value is (152,63,85). Sum of RGB (Red+Green+Blue) = 152+63+85=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #983F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F55 is #67C0AA. Grayscale: #5C5C5C. Windows color (decimal): -6799531 or 5586840. OLE color: 5586840.
HSL color Cylindrical-coordinate representation of color #983F55: hue angle of 345.17º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F55 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 85 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.40 |
| HSL | 345.17º | 0.41% | 0.42% | - |
| HSV(B) | 345.17º | 0.59% | 0.6% | - |
| XYZ | 16.37 | 10.89 | 9.83 | - |
| YUV | 92.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 85 | 0 | 0.59 | 0.44 | 0.40 | 345.17 | 0.41 | 0.42 |
| Hex | 98 | 3F | 55 | 0 | 3B | 2C | 28 | 159 | 29 | 2A |
| Octal | 230 | 77 | 125 | 0 | 73 | 54 | 50 | 531 | 51 | 52 |
| Binary | 10011000 | 111111 | 1010101 | 0 | 111011 | 101100 | 101000 | 101011001 | 101001 | 101010 |
Color Harmonies of #983F55
Complementary color
Monochromatic Colors of #983F55
Black with #983F55
Text Example
Text Example
White with #983F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F55; }
p { color: rgb(152,63,85); }
H1.HeaderClassName
{
color: #983F55;
}
.AnyTagClassName
{
color: #983F55;
}
</style>
background-color css
<style>
a { background-color: #983F55; }
a { background-color: rgb(152,63,85); }
div.DivClassName
{
background-color: #983F55;
}
.BgClassName
{
background-color: #983F55;
}
</style>
border-color css
<style>
span { border-color: #983F55; }
span { border-color: rgb(152,63,85); }
td.TdClassName
{
border-color: #983F55;
}
.TagClassName
{
border-color: #983F55;
}
</style>