#9E418B

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

Shades of Medium Red Violet #9E418B

Tints of Medium Red Violet #9E418B

Color information

#9E418B (or 0x9E418B) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 41 and 8B. RGB value is (158,65,139). Sum of RGB (Red+Green+Blue) = 158+65+139=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E418B is #61BE74. Grayscale: #656565. Windows color (decimal): -6405749 or 9126302. OLE color: 9126302.

HSL color Cylindrical-coordinate representation of color #9E418B: hue angle of 312.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E418B is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15865139-
CMYK00.590.120.38
HSL312.26º41.7%43.73%-
HSV(B)312.26º58.86%61.96%-
XYZ20.6512.9125.83-
YUV101.24149.31168.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=43.65%
G=17.96%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586513900.590.120.38312.2641.743.73
Hex9E418B03BC261382a2c
Octal23610121307314464705254
Binary1001111010000011000101101110111100100110100111000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,65,139); }

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

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

 a { background-color: rgb(158,65,139); }

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

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

 span { border-color: rgb(158,65,139); }

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