#9B3F79

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

Shades of Rouge #9B3F79

Tints of Rouge #9B3F79

Color information

#9B3F79 (or 0x9B3F79) is unknown color: approx Rouge. HEX triplet: 9B, 3F and 79. RGB value is (155,63,121). Sum of RGB (Red+Green+Blue) = 155+63+121=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3F79 is #64C086. Grayscale: #606060. Windows color (decimal): -6602887 or 7946139. OLE color: 7946139.

HSL color Cylindrical-coordinate representation of color #9B3F79: hue angle of 322.17º 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 #9B3F79 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15563121-
CMYK00.590.220.39
HSL322.17º42.2%42.75%-
HSV(B)322.17º59.35%60.78%-
XYZ18.7511.919.4-
YUV97.12141.48169.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=45.72%
G=18.58%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556312100.590.220.39322.1742.242.75
Hex9B3F7903B16271422a2b
Octal2337717107326475025253
Binary100110111111111111001011101110110100111101000010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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