Html Css Color HEX #9E397D Medium Red Violet

📋 copy color: '#9E397D'

red 158 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #9E397D

Tints of Medium Red Violet #9E397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 46.47%
G = 16.76%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E397D (or 0x9E397D) is known color: Medium Red Violet. HEX triplet: 9E, 39 and 7D. RGB value is (158,57,125). Sum of RGB (Red+Green+Blue) = 158+57+125=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E397D is #61C682. Grayscale: #5E5E5E. Windows color (decimal): -6407811 or 8206750. OLE color: 8206750.

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

Color convert

RGB 158 57 125 -
CMYK 0 0.64 0.21 0.38
HSL 319.6º 0.47% 0.42% -
HSV(B) 319.6º 0.64% 0.62% -
XYZ 19.27 11.68 20.64 -
YUV 94.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 158 57 125 0 0.64 0.21 0.38 319.6 0.47 0.42
Hex 9E 39 7D 0 40 15 26 140 2F 2A
Octal 236 71 175 0 100 25 46 500 57 52
Binary 10011110 111001 1111101 0 1000000 10101 100110 101000000 101111 101010

Color Harmonies of #9E397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E397D

Black with #9E397D

Text Example


Text Example

White with #9E397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,57,125); }

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

background-color css

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

 a { background-color: rgb(158,57,125); }

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

border-color css

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

 span { border-color: rgb(158,57,125); }

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