#9E2F6A

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

Shades of Rouge #9E2F6A

Tints of Rouge #9E2F6A

Color information

#9E2F6A (or 0x9E2F6A) is unknown color: approx Rouge. HEX triplet: 9E, 2F and 6A. RGB value is (158,47,106). Sum of RGB (Red+Green+Blue) = 158+47+106=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F6A is #61D095. Grayscale: #565656. Windows color (decimal): -6410390 or 6959006. OLE color: 6959006.

HSL color Cylindrical-coordinate representation of color #9E2F6A: hue angle of 328.11º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F6A is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB15847106-
CMYK00.700.330.38
HSL328.11º54.15%40.2%-
HSV(B)328.11º70.25%61.96%-
XYZ17.7210.3414.7-
YUV86.92138.77178.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=50.80%
G=15.11%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584710600.700.330.38328.1154.1540.2
Hex9E2F6A04621261483628
Octal23657152010641465106650
Binary10011110101111110101001000110100001100110101001000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,47,106); }

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

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

 a { background-color: rgb(158,47,106); }

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

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

 span { border-color: rgb(158,47,106); }

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