#994178

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

Shades of Rouge #994178

Tints of Rouge #994178

Color information

#994178 (or 0x994178) is unknown color: approx Rouge. HEX triplet: 99, 41 and 78. RGB value is (153,65,120). Sum of RGB (Red+Green+Blue) = 153+65+120=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994178 is #66BE87. Grayscale: #616161. Windows color (decimal): -6733448 or 7881113. OLE color: 7881113.

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

Color convert

RGB15365120-
CMYK00.580.220.4
HSL322.5º40.37%42.75%-
HSV(B)322.5º57.52%60%-
XYZ18.4211.9119.1-
YUV97.58140.65167.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=45.27%
G=19.23%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536512000.580.220.4322.540.3742.75
Hex99417803A1628142282b
Octal23110117007226505025053
Binary1001100110000011111000011101010110101000101000010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994178; }

 p { color: rgb(153,65,120); }

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

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

 a { background-color: rgb(153,65,120); }

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

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

 span { border-color: rgb(153,65,120); }

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