Html Css Color HEX #9E3A6A Rouge

📋 copy color: '#9E3A6A'

red 158 ◦ green 58 ◦ blue 106

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

Shades of Rouge #9E3A6A

Tints of Rouge #9E3A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 49.07%
G = 18.01%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E3A6A (or 0x9E3A6A) is known color: Rouge. HEX triplet: 9E, 3A and 6A. RGB value is (158,58,106). Sum of RGB (Red+Green+Blue) = 158+58+106=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3A6A is #61C595. Grayscale: #5D5D5D. Windows color (decimal): -6407574 or 6961822. OLE color: 6961822.

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

Color convert

RGB 158 58 106 -
CMYK 0 0.63 0.33 0.38
HSL 331.2º 0.46% 0.42% -
HSV(B) 331.2º 0.63% 0.62% -
XYZ 18.22 11.34 14.86 -
YUV 93.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 158 58 106 0 0.63 0.33 0.38 331.2 0.46 0.42
Hex 9E 3A 6A 0 3F 21 26 14B 2E 2A
Octal 236 72 152 0 77 41 46 513 56 52
Binary 10011110 111010 1101010 0 111111 100001 100110 101001011 101110 101010

Color Harmonies of #9E3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3A6A

Black with #9E3A6A

Text Example


Text Example

White with #9E3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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