#993C78

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

Shades of Rouge #993C78

Tints of Rouge #993C78

Color information

#993C78 (or 0x993C78) is unknown color: approx Rouge. HEX triplet: 99, 3C and 78. RGB value is (153,60,120). Sum of RGB (Red+Green+Blue) = 153+60+120=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #993C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C78 is #66C387. Grayscale: #5E5E5E. Windows color (decimal): -6734728 or 7879833. OLE color: 7879833.

HSL color Cylindrical-coordinate representation of color #993C78: hue angle of 321.29º degrees, saturation: 0.44, 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 #993C78 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15360120-
CMYK00.610.220.4
HSL321.29º43.66%41.76%-
HSV(B)321.29º60.78%60%-
XYZ18.1411.3619.01-
YUV94.65142.31169.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=45.95%
G=18.02%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536012000.610.220.4321.2943.6641.76
Hex993C7803D16281412c2a
Octal2317417007526505015452
Binary100110011111001111000011110110110101000101000001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993C78; }

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

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

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

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

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

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

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

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