#983C77

Color #983C77 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #983C77

Tints of Rouge #983C77

Color information

#983C77 (or 0x983C77) is unknown color: approx Rouge. HEX triplet: 98, 3C and 77. RGB value is (152,60,119). Sum of RGB (Red+Green+Blue) = 152+60+119=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C77 is #67C388. Grayscale: #5E5E5E. Windows color (decimal): -6800265 or 7814296. OLE color: 7814296.

HSL color Cylindrical-coordinate representation of color #983C77: hue angle of 321.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983C77 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15260119-
CMYK00.610.220.40
HSL321.52º43.4%41.57%-
HSV(B)321.52º60.53%59.61%-
XYZ17.8911.2418.68-
YUV94.23141.98169.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=45.92%
G=18.13%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526011900.610.220.40321.5243.441.57
Hex983C7703D16281422b2a
Octal2307416707526505025352
Binary100110001111001110111011110110110101000101000010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983C77; }

 p { color: rgb(152,60,119); }

 H1.HeaderClassName
 {
   color: #983C77;
 }
 .AnyTagClassName
 {
   color: #983C77;
 }
</style>
background-color css

<style>
 a { background-color: #983C77; }

 a { background-color: rgb(152,60,119); }

 div.DivClassName
 {
   background-color: #983C77;
 }
 .BgClassName
 {
   background-color: #983C77;
 }
</style>
border-color css

<style>
 span { border-color: #983C77; }

 span { border-color: rgb(152,60,119); }

 td.TdClassName
 {
   border-color: #983C77;
 }
 .TagClassName
 {
   border-color: #983C77;
 }
</style>