#9B3C6E

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

Shades of Rouge #9B3C6E

Tints of Rouge #9B3C6E

Color information

#9B3C6E (or 0x9B3C6E) is unknown color: approx Rouge. HEX triplet: 9B, 3C and 6E. RGB value is (155,60,110). Sum of RGB (Red+Green+Blue) = 155+60+110=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C6E is #64C391. Grayscale: #5E5E5E. Windows color (decimal): -6603666 or 7224475. OLE color: 7224475.

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

Color convert

RGB15560110-
CMYK00.610.290.39
HSL328.42º44.19%42.16%-
HSV(B)328.42º61.29%60.78%-
XYZ17.9511.3315.99-
YUV94.1136.97171.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=47.69%
G=18.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556011000.610.290.39328.4244.1942.16
Hex9B3C6E03D1D271482c2a
Octal2337415607535475105452
Binary100110111111001101110011110111101100111101001000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,60,110); }

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

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

 a { background-color: rgb(155,60,110); }

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

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

 span { border-color: rgb(155,60,110); }

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