#9E307E

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

Shades of Medium Red Violet #9E307E

Tints of Medium Red Violet #9E307E

Color information

#9E307E (or 0x9E307E) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 30 and 7E. RGB value is (158,48,126). Sum of RGB (Red+Green+Blue) = 158+48+126=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E307E is #61CF81. Grayscale: #595959. Windows color (decimal): -6410114 or 8269982. OLE color: 8269982.

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

Color convert

RGB15848126-
CMYK00.700.200.38
HSL317.45º53.4%40.39%-
HSV(B)317.45º69.62%61.96%-
XYZ18.9210.8920.84-
YUV89.78148.44176.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 48 (19.14% from 255) = 14.46%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=47.59%
G=14.46%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584812600.700.200.38317.4553.440.39
Hex9E307E046142613d3528
Octal23660176010624464756550
Binary1001111011000011111100100011010100100110100111101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,126); }

 H1.HeaderClassName
 {
   color: #9E307E;
 }
 .AnyTagClassName
 {
   color: #9E307E;
 }
</style>
background-color css

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

 a { background-color: rgb(158,48,126); }

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

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

 span { border-color: rgb(158,48,126); }

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