#9B3F76

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

Shades of Rouge #9B3F76

Tints of Rouge #9B3F76

Color information

#9B3F76 (or 0x9B3F76) is unknown color: approx Rouge. HEX triplet: 9B, 3F and 76. RGB value is (155,63,118). Sum of RGB (Red+Green+Blue) = 155+63+118=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3F76 is #64C089. Grayscale: #606060. Windows color (decimal): -6602890 or 7749531. OLE color: 7749531.

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

Color convert

RGB15563118-
CMYK00.590.240.39
HSL324.13º42.2%42.75%-
HSV(B)324.13º59.35%60.78%-
XYZ18.5711.8318.44-
YUV96.78139.98169.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=46.13%
G=18.75%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556311800.590.240.39324.1342.242.75
Hex9B3F7603B18271442a2b
Octal2337716607330475045253
Binary100110111111111110110011101111000100111101000100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,63,118); }

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

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

 a { background-color: rgb(155,63,118); }

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

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

 span { border-color: rgb(155,63,118); }

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