Html Css Color HEX #9E4473 Rouge

📋 copy color: '#9E4473'

red 158 ◦ green 68 ◦ blue 115

#9E4473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #9E4473

Tints of Rouge #9E4473

RGB

 RED value IS 158 (62.11% from 255) = 46.33%

 GREEN value IS 68 (26.95% from 255) = 19.94%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 46.33%
G = 19.94%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E4473 (or 0x9E4473) is known color: Rouge. HEX triplet: 9E, 44 and 73. RGB value is (158,68,115). Sum of RGB (Red+Green+Blue) = 158+68+115=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4473 is #61BB8C. Grayscale: #646464. Windows color (decimal): -6405005 or 7554206. OLE color: 7554206.

HSL color Cylindrical-coordinate representation of color #9E4473: hue angle of 328.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4473 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 68 115 -
CMYK 0 0.57 0.27 0.38
HSL 328.67º 0.4% 0.44% -
HSV(B) 328.67º 0.57% 0.62% -
XYZ 19.26 12.64 17.64 -
YUV 100.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 158 68 115 0 0.57 0.27 0.38 328.67 0.4 0.44
Hex 9E 44 73 0 39 1B 26 149 28 2C
Octal 236 104 163 0 71 33 46 511 50 54
Binary 10011110 1000100 1110011 0 111001 11011 100110 101001001 101000 101100

Color Harmonies of #9E4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4473

Black with #9E4473

Text Example


Text Example

White with #9E4473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,68,115); }

 H1.HeaderClassName
 {
   color: #9E4473;
 }
 .AnyTagClassName
 {
   color: #9E4473;
 }
</style>

background-color css

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

 a { background-color: rgb(158,68,115); }

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

border-color css

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

 span { border-color: rgb(158,68,115); }

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