Html Css Color HEX #9E3C6C Rouge

📋 copy color: '#9E3C6C'

red 158 ◦ green 60 ◦ blue 108

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

Shades of Rouge #9E3C6C

Tints of Rouge #9E3C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 48.47%
G = 18.4%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E3C6C (or 0x9E3C6C) is known color: Rouge. HEX triplet: 9E, 3C and 6C. RGB value is (158,60,108). Sum of RGB (Red+Green+Blue) = 158+60+108=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C6C is #61C393. Grayscale: #5E5E5E. Windows color (decimal): -6407060 or 7093406. OLE color: 7093406.

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

Color convert

RGB 158 60 108 -
CMYK 0 0.62 0.32 0.38
HSL 330.61º 0.45% 0.43% -
HSV(B) 330.61º 0.62% 0.62% -
XYZ 18.42 11.58 15.45 -
YUV 94.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 158 60 108 0 0.62 0.32 0.38 330.61 0.45 0.43
Hex 9E 3C 6C 0 3E 20 26 14B 2D 2B
Octal 236 74 154 0 76 40 46 513 55 53
Binary 10011110 111100 1101100 0 111110 100000 100110 101001011 101101 101011

Color Harmonies of #9E3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3C6C

Black with #9E3C6C

Text Example


Text Example

White with #9E3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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