Shades of Rouge #983F78
Tints of Rouge #983F78
RGB
CMYK
RGB Variations
Color information
#983F78 (or 0x983F78) is known color: Rouge. HEX triplet: 98, 3F and 78. RGB value is (152,63,120). Sum of RGB (Red+Green+Blue) = 152+63+120=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F78 is #67C087. Grayscale: #5F5F5F. Windows color (decimal): -6799496 or 7880600. OLE color: 7880600.
HSL color Cylindrical-coordinate representation of color #983F78: hue angle of 321.57º 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 #983F78 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 120 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.40 |
| HSL | 321.57º | 0.41% | 0.42% | - |
| HSV(B) | 321.57º | 0.59% | 0.6% | - |
| XYZ | 18.12 | 11.59 | 19.05 | - |
| YUV | 96.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 120 | 0 | 0.59 | 0.21 | 0.40 | 321.57 | 0.41 | 0.42 |
| Hex | 98 | 3F | 78 | 0 | 3B | 15 | 28 | 142 | 29 | 2A |
| Octal | 230 | 77 | 170 | 0 | 73 | 25 | 50 | 502 | 51 | 52 |
| Binary | 10011000 | 111111 | 1111000 | 0 | 111011 | 10101 | 101000 | 101000010 | 101001 | 101010 |
Color Harmonies of #983F78
Complementary color
Monochromatic Colors of #983F78
Black with #983F78
Text Example
Text Example
White with #983F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F78; }
p { color: rgb(152,63,120); }
H1.HeaderClassName
{
color: #983F78;
}
.AnyTagClassName
{
color: #983F78;
}
</style>
background-color css
<style>
a { background-color: #983F78; }
a { background-color: rgb(152,63,120); }
div.DivClassName
{
background-color: #983F78;
}
.BgClassName
{
background-color: #983F78;
}
</style>
border-color css
<style>
span { border-color: #983F78; }
span { border-color: rgb(152,63,120); }
td.TdClassName
{
border-color: #983F78;
}
.TagClassName
{
border-color: #983F78;
}
</style>