Html Css Color HEX #9E3471 Rouge

📋 copy color: '#9E3471'

red 158 ◦ green 52 ◦ blue 113

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

Shades of Rouge #9E3471

Tints of Rouge #9E3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

 BLUE value IS 113 (44.53% from 255) = 34.98%

R = 48.92%
G = 16.1%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E3471 (or 0x9E3471) is known color: Rouge. HEX triplet: 9E, 34 and 71. RGB value is (158,52,113). Sum of RGB (Red+Green+Blue) = 158+52+113=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3471 is #61CB8E. Grayscale: #5A5A5A. Windows color (decimal): -6409103 or 7419038. OLE color: 7419038.

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

Color convert

RGB 158 52 113 -
CMYK 0 0.67 0.28 0.38
HSL 325.47º 0.5% 0.41% -
HSV(B) 325.47º 0.67% 0.62% -
XYZ 18.31 10.92 16.77 -
YUV 90.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 158 52 113 0 0.67 0.28 0.38 325.47 0.5 0.41
Hex 9E 34 71 0 43 1C 26 145 32 29
Octal 236 64 161 0 103 34 46 505 62 51
Binary 10011110 110100 1110001 0 1000011 11100 100110 101000101 110010 101001

Color Harmonies of #9E3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3471

Black with #9E3471

Text Example


Text Example

White with #9E3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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