#9E348D

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

Shades of Medium Red Violet #9E348D

Tints of Medium Red Violet #9E348D

Color information

#9E348D (or 0x9E348D) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 34 and 8D. RGB value is (158,52,141). Sum of RGB (Red+Green+Blue) = 158+52+141=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E348D is #61CB72. Grayscale: #5D5D5D. Windows color (decimal): -6409075 or 9254046. OLE color: 9254046.

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

Color convert

RGB15852141-
CMYK00.670.110.38
HSL309.62º50.48%41.18%-
HSV(B)309.62º67.09%61.96%-
XYZ20.1411.6526.39-
YUV93.84154.62173.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=45.01%
G=14.81%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585214100.670.110.38309.6250.4841.18
Hex9E348D043B261363229
Octal23664215010313464666251
Binary1001111011010010001101010000111011100110100110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,141); }

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

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

 a { background-color: rgb(158,52,141); }

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

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

 span { border-color: rgb(158,52,141); }

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