Html Css Color HEX #9E316C Rouge

📋 copy color: '#9E316C'

red 158 ◦ green 49 ◦ blue 108

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

Shades of Rouge #9E316C

Tints of Rouge #9E316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 50.16%
G = 15.56%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E316C (or 0x9E316C) is known color: Rouge. HEX triplet: 9E, 31 and 6C. RGB value is (158,49,108). Sum of RGB (Red+Green+Blue) = 158+49+108=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E316C is #61CE93. Grayscale: #585858. Windows color (decimal): -6409876 or 7090590. OLE color: 7090590.

HSL color Cylindrical-coordinate representation of color #9E316C: hue angle of 327.52º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E316C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 49 108 -
CMYK 0 0.69 0.32 0.38
HSL 327.52º 0.53% 0.41% -
HSV(B) 327.52º 0.69% 0.62% -
XYZ 17.91 10.55 15.28 -
YUV 88.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 158 49 108 0 0.69 0.32 0.38 327.52 0.53 0.41
Hex 9E 31 6C 0 45 20 26 148 35 29
Octal 236 61 154 0 105 40 46 510 65 51
Binary 10011110 110001 1101100 0 1000101 100000 100110 101001000 110101 101001

Color Harmonies of #9E316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E316C

Black with #9E316C

Text Example


Text Example

White with #9E316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,49,108); }

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

background-color css

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

 a { background-color: rgb(158,49,108); }

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

border-color css

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

 span { border-color: rgb(158,49,108); }

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