#9E317A

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

Shades of Medium Red Violet #9E317A

Tints of Medium Red Violet #9E317A

Color information

#9E317A (or 0x9E317A) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 31 and 7A. RGB value is (158,49,122). Sum of RGB (Red+Green+Blue) = 158+49+122=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E317A is #61CE85. Grayscale: #595959. Windows color (decimal): -6409862 or 8008094. OLE color: 8008094.

HSL color Cylindrical-coordinate representation of color #9E317A: hue angle of 319.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E317A is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15849122-
CMYK00.690.230.38
HSL319.82º52.66%40.59%-
HSV(B)319.82º68.99%61.96%-
XYZ18.7110.8719.52-
YUV89.91146.11176.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.02%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=48.02%
G=14.89%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584912200.690.230.38319.8252.6640.59
Hex9E317A04517261403529
Octal23661172010527465006551
Binary1001111011000111110100100010110111100110101000000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,49,122); }

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

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

 a { background-color: rgb(158,49,122); }

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

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

 span { border-color: rgb(158,49,122); }

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