#9B3E78

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

Shades of Rouge #9B3E78

Tints of Rouge #9B3E78

Color information

#9B3E78 (or 0x9B3E78) is unknown color: approx Rouge. HEX triplet: 9B, 3E and 78. RGB value is (155,62,120). Sum of RGB (Red+Green+Blue) = 155+62+120=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3E78 is #64C187. Grayscale: #606060. Windows color (decimal): -6603144 or 7880347. OLE color: 7880347.

HSL color Cylindrical-coordinate representation of color #9B3E78: hue angle of 322.58º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B3E78 is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15562120-
CMYK00.60.230.39
HSL322.58º42.86%42.55%-
HSV(B)322.58º60%60.78%-
XYZ18.6311.7719.06-
YUV96.42141.31169.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=45.99%
G=18.40%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556212000.60.230.39322.5842.8642.55
Hex9B3E7803C17271432b2b
Octal2337617007427475035353
Binary100110111111101111000011110010111100111101000011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B3E78; }

 p { color: rgb(155,62,120); }

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

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

 a { background-color: rgb(155,62,120); }

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

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

 span { border-color: rgb(155,62,120); }

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