Html Css Color HEX #9E2F77 Medium Red Violet

📋 copy color: '#9E2F77'

red 158 ◦ green 47 ◦ blue 119

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

Shades of Medium Red Violet #9E2F77

Tints of Medium Red Violet #9E2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 48.77%
G = 14.51%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E2F77 (or 0x9E2F77) is known color: Medium Red Violet. HEX triplet: 9E, 2F and 77. RGB value is (158,47,119). Sum of RGB (Red+Green+Blue) = 158+47+119=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F77 is #61D088. Grayscale: #585858. Windows color (decimal): -6410377 or 7810974. OLE color: 7810974.

HSL color Cylindrical-coordinate representation of color #9E2F77: hue angle of 321.08º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F77 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 47 119 -
CMYK 0 0.70 0.25 0.38
HSL 321.08º 0.54% 0.4% -
HSV(B) 321.08º 0.7% 0.62% -
XYZ 18.45 10.63 18.53 -
YUV 88.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 158 47 119 0 0.70 0.25 0.38 321.08 0.54 0.4
Hex 9E 2F 77 0 46 19 26 141 36 28
Octal 236 57 167 0 106 31 46 501 66 50
Binary 10011110 101111 1110111 0 1000110 11001 100110 101000001 110110 101000

Color Harmonies of #9E2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2F77

Black with #9E2F77

Text Example


Text Example

White with #9E2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,47,119); }

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

background-color css

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

 a { background-color: rgb(158,47,119); }

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

border-color css

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

 span { border-color: rgb(158,47,119); }

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