#983F7A

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

Shades of Rouge #983F7A

Tints of Rouge #983F7A

Color information

#983F7A (or 0x983F7A) is unknown color: approx Rouge. HEX triplet: 98, 3F and 7A. RGB value is (152,63,122). Sum of RGB (Red+Green+Blue) = 152+63+122=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #983F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F7A is #67C085. Grayscale: #606060. Windows color (decimal): -6799494 or 8011672. OLE color: 8011672.

HSL color Cylindrical-coordinate representation of color #983F7A: hue angle of 320.22º 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 #983F7A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15263122-
CMYK00.590.200.40
HSL320.22º41.4%42.16%-
HSV(B)320.22º58.55%59.61%-
XYZ18.2411.6419.7-
YUV96.34142.49167.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=45.10%
G=18.69%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526312200.590.200.40320.2241.442.16
Hex983F7A03B1428140292a
Octal2307717207324505005152
Binary100110001111111111010011101110100101000101000000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,63,122); }

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

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

 a { background-color: rgb(152,63,122); }

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

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

 span { border-color: rgb(152,63,122); }

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