#9E3B7E

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

Shades of Medium Red Violet #9E3B7E

Tints of Medium Red Violet #9E3B7E

Color information

#9E3B7E (or 0x9E3B7E) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 3B and 7E. RGB value is (158,59,126). Sum of RGB (Red+Green+Blue) = 158+59+126=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3B7E is #61C481. Grayscale: #606060. Windows color (decimal): -6407298 or 8272798. OLE color: 8272798.

HSL color Cylindrical-coordinate representation of color #9E3B7E: hue angle of 319.39º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3B7E is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15859126-
CMYK00.630.200.38
HSL319.39º45.62%42.55%-
HSV(B)319.39º62.66%61.96%-
XYZ19.4311.921.01-
YUV96.24144.8172.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.06%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 126 (49.61% from 255) = 36.73%
R=46.06%
G=17.20%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585912600.630.200.38319.3945.6242.55
Hex9E3B7E03F142613f2e2b
Octal2367317607724464775653
Binary100111101110111111110011111110100100110100111111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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