Html Css Color HEX #9E3C65 Rouge

📋 copy color: '#9E3C65'

red 158 ◦ green 60 ◦ blue 101

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

Shades of Rouge #9E3C65

Tints of Rouge #9E3C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 49.53%
G = 18.81%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9E3C65 (or 0x9E3C65) is known color: Rouge. HEX triplet: 9E, 3C and 65. RGB value is (158,60,101). Sum of RGB (Red+Green+Blue) = 158+60+101=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C65 is #61C39A. Grayscale: #5D5D5D. Windows color (decimal): -6407067 or 6634654. OLE color: 6634654.

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

Color convert

RGB 158 60 101 -
CMYK 0 0.62 0.36 0.38
HSL 334.9º 0.45% 0.43% -
HSV(B) 334.9º 0.62% 0.62% -
XYZ 18.07 11.44 13.57 -
YUV 93.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 158 60 101 0 0.62 0.36 0.38 334.9 0.45 0.43
Hex 9E 3C 65 0 3E 24 26 14F 2D 2B
Octal 236 74 145 0 76 44 46 517 55 53
Binary 10011110 111100 1100101 0 111110 100100 100110 101001111 101101 101011

Color Harmonies of #9E3C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3C65

Black with #9E3C65

Text Example


Text Example

White with #9E3C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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