#9B3D78

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

Shades of Rouge #9B3D78

Tints of Rouge #9B3D78

Color information

#9B3D78 (or 0x9B3D78) is unknown color: approx Rouge. HEX triplet: 9B, 3D and 78. RGB value is (155,61,120). Sum of RGB (Red+Green+Blue) = 155+61+120=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3D78 is #64C287. Grayscale: #5F5F5F. Windows color (decimal): -6603400 or 7880091. OLE color: 7880091.

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

Color convert

RGB15561120-
CMYK00.610.230.39
HSL322.34º43.52%42.35%-
HSV(B)322.34º60.65%60.78%-
XYZ18.5811.6619.04-
YUV95.83141.64170.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=46.13%
G=18.15%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556112000.610.230.39322.3443.5242.35
Hex9B3D7803D17271422c2a
Octal2337517007527475025452
Binary100110111111011111000011110110111100111101000010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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