#9E2F77

Color #9E2F77 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9E2F77

Tints of Medium Red Violet #9E2F77

Color information

#9E2F77 (or 0x9E2F77) is unknown color: approx 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

RGB15847119-
CMYK00.700.250.38
HSL321.08º54.15%40.2%-
HSV(B)321.08º70.25%61.96%-
XYZ18.4510.6318.53-
YUV88.4145.27177.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584711900.700.250.38321.0854.1540.2
Hex9E2F7704619261413628
Octal23657167010631465016650
Binary1001111010111111101110100011011001100110101000001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>