#9B3374

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

Shades of Rouge #9B3374

Tints of Rouge #9B3374

Color information

#9B3374 (or 0x9B3374) is unknown color: approx Rouge. HEX triplet: 9B, 33 and 74. RGB value is (155,51,116). Sum of RGB (Red+Green+Blue) = 155+51+116=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3374 is #64CC8B. Grayscale: #595959. Windows color (decimal): -6605964 or 7615387. OLE color: 7615387.

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

Color convert

RGB15551116-
CMYK00.670.250.39
HSL322.5º50.49%40.39%-
HSV(B)322.5º67.1%60.78%-
XYZ17.8510.617.63-
YUV89.51142.96174.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=48.14%
G=15.84%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555111600.670.250.39322.550.4940.39
Hex9B337404319271423228
Octal23363164010331475026250
Binary1001101111001111101000100001111001100111101000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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