#9B3A77

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

Shades of Rouge #9B3A77

Tints of Rouge #9B3A77

Color information

#9B3A77 (or 0x9B3A77) is unknown color: approx Rouge. HEX triplet: 9B, 3A and 77. RGB value is (155,58,119). Sum of RGB (Red+Green+Blue) = 155+58+119=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3A77 is #64C588. Grayscale: #5D5D5D. Windows color (decimal): -6604169 or 7813787. OLE color: 7813787.

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

Color convert

RGB15558119-
CMYK00.630.230.39
HSL322.27º45.54%41.76%-
HSV(B)322.27º62.58%60.78%-
XYZ18.3611.3318.67-
YUV93.96142.14171.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=46.69%
G=17.47%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555811900.630.230.39322.2745.5441.76
Hex9B3A7703F17271422e2a
Octal2337216707727475025652
Binary100110111110101110111011111110111100111101000010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,58,119); }

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

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

 a { background-color: rgb(155,58,119); }

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

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

 span { border-color: rgb(155,58,119); }

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