#994678

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

Shades of Rouge #994678

Tints of Rouge #994678

Color information

#994678 (or 0x994678) is unknown color: approx Rouge. HEX triplet: 99, 46 and 78. RGB value is (153,70,120). Sum of RGB (Red+Green+Blue) = 153+70+120=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #994678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994678 is #66B987. Grayscale: #646464. Windows color (decimal): -6732168 or 7882393. OLE color: 7882393.

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

Color convert

RGB15370120-
CMYK00.540.220.4
HSL323.86º37.22%43.73%-
HSV(B)323.86º54.25%60%-
XYZ18.7212.5119.2-
YUV100.52139165.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=44.61%
G=20.41%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537012000.540.220.4323.8637.2243.73
Hex9946780361628144252c
Octal23110617006626505044554
Binary1001100110001101111000011011010110101000101000100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994678; }

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

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

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

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

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

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

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

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