Html Css Color HEX #9E4774 Rouge

📋 copy color: '#9E4774'

red 158 ◦ green 71 ◦ blue 116

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

Shades of Rouge #9E4774

Tints of Rouge #9E4774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 45.8%
G = 20.58%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E4774 (or 0x9E4774) is known color: Rouge. HEX triplet: 9E, 47 and 74. RGB value is (158,71,116). Sum of RGB (Red+Green+Blue) = 158+71+116=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4774 is #61B88B. Grayscale: #666666. Windows color (decimal): -6404236 or 7620510. OLE color: 7620510.

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

Color convert

RGB 158 71 116 -
CMYK 0 0.55 0.27 0.38
HSL 328.97º 0.38% 0.45% -
HSV(B) 328.97º 0.55% 0.62% -
XYZ 19.51 13.04 18.01 -
YUV 102.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 158 71 116 0 0.55 0.27 0.38 328.97 0.38 0.45
Hex 9E 47 74 0 37 1B 26 149 26 2D
Octal 236 107 164 0 67 33 46 511 46 55
Binary 10011110 1000111 1110100 0 110111 11011 100110 101001001 100110 101101

Color Harmonies of #9E4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4774

Black with #9E4774

Text Example


Text Example

White with #9E4774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,71,116); }

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

background-color css

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

 a { background-color: rgb(158,71,116); }

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

border-color css

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

 span { border-color: rgb(158,71,116); }

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