Html Css Color HEX #9E377F Medium Red Violet

📋 copy color: '#9E377F'

red 158 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #9E377F

Tints of Medium Red Violet #9E377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 46.47%
G = 16.18%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E377F (or 0x9E377F) is known color: Medium Red Violet. HEX triplet: 9E, 37 and 7F. RGB value is (158,55,127). Sum of RGB (Red+Green+Blue) = 158+55+127=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E377F is #61C880. Grayscale: #5D5D5D. Windows color (decimal): -6408321 or 8337310. OLE color: 8337310.

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

Color convert

RGB 158 55 127 -
CMYK 0 0.65 0.20 0.38
HSL 318.06º 0.48% 0.42% -
HSV(B) 318.06º 0.65% 0.62% -
XYZ 19.3 11.53 21.29 -
YUV 94.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 158 55 127 0 0.65 0.20 0.38 318.06 0.48 0.42
Hex 9E 37 7F 0 41 14 26 13E 30 2A
Octal 236 67 177 0 101 24 46 476 60 52
Binary 10011110 110111 1111111 0 1000001 10100 100110 100111110 110000 101010

Color Harmonies of #9E377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E377F

Black with #9E377F

Text Example


Text Example

White with #9E377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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