#9e428c

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

Shades of Medium Red Violet #9E428C

Tints of Medium Red Violet #9E428C

Color information

#9E428C (or 0x9E428C) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 42 and 8C. RGB value is (158,66,140). Sum of RGB (Red+Green+Blue) = 158+66+140=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E428C is #61BD73. Grayscale: #656565. Windows color (decimal): -6405492 or 9192094. OLE color: 9192094.

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

Color convert

RGB15866140-
CMYK00.580.110.38
HSL311.74º41.07%43.92%-
HSV(B)311.74º58.23%61.96%-
XYZ20.7813.0626.24-
YUV101.94149.48167.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.41%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=43.41%
G=18.13%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586614000.580.110.38311.7441.0743.92
Hex9E428C03AB26138292c
Octal23610221407213464705154
Binary1001111010000101000110001110101011100110100111000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e428c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,140); }

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

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

 a { background-color: rgb(158,66,140); }

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

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

 span { border-color: rgb(158,66,140); }

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