Html Css Color HEX #9E378E Medium Red Violet

📋 copy color: '#9E378E'

red 158 ◦ green 55 ◦ blue 142

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

Shades of Medium Red Violet #9E378E

Tints of Medium Red Violet #9E378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 142 (55.86% from 255) = 40%

R = 44.51%
G = 15.49%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9E378E (or 0x9E378E) is known color: Medium Red Violet. HEX triplet: 9E, 37 and 8E. RGB value is (158,55,142). Sum of RGB (Red+Green+Blue) = 158+55+142=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E378E is #61C871. Grayscale: #5F5F5F. Windows color (decimal): -6408306 or 9320350. OLE color: 9320350.

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

Color convert

RGB 158 55 142 -
CMYK 0 0.65 0.10 0.38
HSL 309.32º 0.48% 0.42% -
HSV(B) 309.32º 0.65% 0.62% -
XYZ 20.35 11.95 26.83 -
YUV 95.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 158 55 142 0 0.65 0.10 0.38 309.32 0.48 0.42
Hex 9E 37 8E 0 41 A 26 135 30 2A
Octal 236 67 216 0 101 12 46 465 60 52
Binary 10011110 110111 10001110 0 1000001 1010 100110 100110101 110000 101010

Color Harmonies of #9E378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E378E

Black with #9E378E

Text Example


Text Example

White with #9E378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,55,142); }

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

background-color css

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

 a { background-color: rgb(158,55,142); }

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

border-color css

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

 span { border-color: rgb(158,55,142); }

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