#9E448B

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

Shades of Medium Red Violet #9E448B

Tints of Medium Red Violet #9E448B

Color information

#9E448B (or 0x9E448B) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 44 and 8B. RGB value is (158,68,139). Sum of RGB (Red+Green+Blue) = 158+68+139=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E448B is #61BB74. Grayscale: #666666. Windows color (decimal): -6404981 or 9127070. OLE color: 9127070.

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

Color convert

RGB15868139-
CMYK00.570.120.38
HSL312.67º39.82%44.31%-
HSV(B)312.67º56.96%61.96%-
XYZ20.8313.2725.89-
YUV103148.32167.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=43.29%
G=18.63%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586813900.570.120.38312.6739.8244.31
Hex9E448B039C26139282c
Octal23610421307114464715054
Binary1001111010001001000101101110011100100110100111001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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