#9A336B

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

Shades of Rouge #9A336B

Tints of Rouge #9A336B

Color information

#9A336B (or 0x9A336B) is unknown color: approx Rouge. HEX triplet: 9A, 33 and 6B. RGB value is (154,51,107). Sum of RGB (Red+Green+Blue) = 154+51+107=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A336B is #65CC94. Grayscale: #585858. Windows color (decimal): -6671509 or 7025562. OLE color: 7025562.

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

Color convert

RGB15451107-
CMYK00.670.310.40
HSL327.38º50.24%40.2%-
HSV(B)327.38º66.88%60.39%-
XYZ17.1610.314.99-
YUV88.18138.62174.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.36%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=49.36%
G=16.35%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545110700.670.310.40327.3850.2440.2
Hex9A336B0431F281473228
Octal23263153010337505076250
Binary1001101011001111010110100001111111101000101000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,51,107); }

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

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

 a { background-color: rgb(154,51,107); }

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

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

 span { border-color: rgb(154,51,107); }

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