#9E3475

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

Shades of Rouge #9E3475

Tints of Rouge #9E3475

Color information

#9E3475 (or 0x9E3475) is unknown color: approx Rouge. HEX triplet: 9E, 34 and 75. RGB value is (158,52,117). Sum of RGB (Red+Green+Blue) = 158+52+117=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3475 is #61CB8A. Grayscale: #5A5A5A. Windows color (decimal): -6409099 or 7681182. OLE color: 7681182.

HSL color Cylindrical-coordinate representation of color #9E3475: hue angle of 323.21º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3475 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15852117-
CMYK00.670.260.38
HSL323.21º50.48%41.18%-
HSV(B)323.21º67.09%61.96%-
XYZ18.5411.0117.98-
YUV91.1142.62175.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=48.32%
G=15.90%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585211700.670.260.38323.2150.4841.18
Hex9E34750431A261433229
Octal23664165010332465036251
Binary1001111011010011101010100001111010100110101000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,117); }

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

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

 a { background-color: rgb(158,52,117); }

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

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

 span { border-color: rgb(158,52,117); }

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