#9B326E

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

Shades of Rouge #9B326E

Tints of Rouge #9B326E

Color information

#9B326E (or 0x9B326E) is unknown color: approx Rouge. HEX triplet: 9B, 32 and 6E. RGB value is (155,50,110). Sum of RGB (Red+Green+Blue) = 155+50+110=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B326E is #64CD91. Grayscale: #585858. Windows color (decimal): -6606226 or 7221915. OLE color: 7221915.

HSL color Cylindrical-coordinate representation of color #9B326E: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B326E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15550110-
CMYK00.680.290.39
HSL325.71º51.22%40.2%-
HSV(B)325.71º67.74%60.78%-
XYZ17.4710.3815.83-
YUV88.24140.29175.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=49.21%
G=15.87%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555011000.680.290.39325.7151.2240.2
Hex9B326E0441D271463328
Octal23362156010435475066350
Binary1001101111001011011100100010011101100111101000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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