Html Css Color HEX #9E3975 Rouge

📋 copy color: '#9E3975'

red 158 ◦ green 57 ◦ blue 117

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

Shades of Rouge #9E3975

Tints of Rouge #9E3975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 47.59%
G = 17.17%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E3975 (or 0x9E3975) is known color: Rouge. HEX triplet: 9E, 39 and 75. RGB value is (158,57,117). Sum of RGB (Red+Green+Blue) = 158+57+117=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3975 is #61C68A. Grayscale: #5D5D5D. Windows color (decimal): -6407819 or 7682462. OLE color: 7682462.

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

Color convert

RGB 158 57 117 -
CMYK 0 0.64 0.26 0.38
HSL 324.36º 0.47% 0.42% -
HSV(B) 324.36º 0.64% 0.62% -
XYZ 18.77 11.48 18.06 -
YUV 94.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 158 57 117 0 0.64 0.26 0.38 324.36 0.47 0.42
Hex 9E 39 75 0 40 1A 26 144 2F 2A
Octal 236 71 165 0 100 32 46 504 57 52
Binary 10011110 111001 1110101 0 1000000 11010 100110 101000100 101111 101010

Color Harmonies of #9E3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3975

Black with #9E3975

Text Example


Text Example

White with #9E3975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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