#983F78

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

Shades of Rouge #983F78

Tints of Rouge #983F78

Color information

#983F78 (or 0x983F78) is unknown color: approx 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

RGB15263120-
CMYK00.590.210.40
HSL321.57º41.4%42.16%-
HSV(B)321.57º58.55%59.61%-
XYZ18.1211.5919.05-
YUV96.11141.49167.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=45.37%
G=18.81%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526312000.590.210.40321.5741.442.16
Hex983F7803B1528142292a
Octal2307717007325505025152
Binary100110001111111111000011101110101101000101000010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>