#9B336D

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

Shades of Rouge #9B336D

Tints of Rouge #9B336D

Color information

#9B336D (or 0x9B336D) is unknown color: approx Rouge. HEX triplet: 9B, 33 and 6D. RGB value is (155,51,109). Sum of RGB (Red+Green+Blue) = 155+51+109=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B336D is #64CC92. Grayscale: #585858. Windows color (decimal): -6605971 or 7156635. OLE color: 7156635.

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

Color convert

RGB15551109-
CMYK00.670.300.39
HSL326.54º50.49%40.39%-
HSV(B)326.54º67.1%60.78%-
XYZ17.4610.4415.56-
YUV88.71139.46175.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=49.21%
G=16.19%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555110900.670.300.39326.5450.4940.39
Hex9B336D0431E271473228
Octal23363155010336475076250
Binary1001101111001111011010100001111110100111101000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,109); }

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

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

 a { background-color: rgb(155,51,109); }

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

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

 span { border-color: rgb(155,51,109); }

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