Html Css Color HEX #9E3A62 Rouge

📋 copy color: '#9E3A62'

red 158 ◦ green 58 ◦ blue 98

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

Shades of Rouge #9E3A62

Tints of Rouge #9E3A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 50.32%
G = 18.47%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9E3A62 (or 0x9E3A62) is known color: Rouge. HEX triplet: 9E, 3A and 62. RGB value is (158,58,98). Sum of RGB (Red+Green+Blue) = 158+58+98=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3A62 is #61C59D. Grayscale: #5C5C5C. Windows color (decimal): -6407582 or 6437534. OLE color: 6437534.

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

Color convert

RGB 158 58 98 -
CMYK 0 0.63 0.38 0.38
HSL 336º 0.46% 0.42% -
HSV(B) 336º 0.63% 0.62% -
XYZ 17.82 11.18 12.77 -
YUV 92.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 158 58 98 0 0.63 0.38 0.38 336 0.46 0.42
Hex 9E 3A 62 0 3F 26 26 150 2E 2A
Octal 236 72 142 0 77 46 46 520 56 52
Binary 10011110 111010 1100010 0 111111 100110 100110 101010000 101110 101010

Color Harmonies of #9E3A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3A62

Black with #9E3A62

Text Example


Text Example

White with #9E3A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,58,98); }

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

background-color css

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

 a { background-color: rgb(158,58,98); }

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

border-color css

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

 span { border-color: rgb(158,58,98); }

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