#9E388B

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

Shades of Medium Red Violet #9E388B

Tints of Medium Red Violet #9E388B

Color information

#9E388B (or 0x9E388B) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 38 and 8B. RGB value is (158,56,139). Sum of RGB (Red+Green+Blue) = 158+56+139=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E388B is #61C774. Grayscale: #5F5F5F. Windows color (decimal): -6408053 or 9123998. OLE color: 9123998.

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

Color convert

RGB15856139-
CMYK00.650.120.38
HSL311.18º47.66%41.96%-
HSV(B)311.18º64.56%61.96%-
XYZ20.1711.9625.67-
YUV95.96152.29172.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=44.76%
G=15.86%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585613900.650.120.38311.1847.6641.96
Hex9E388B041C26137302a
Octal23670213010114464676052
Binary1001111011100010001011010000011100100110100110111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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