#9E3E8E

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

Shades of Medium Red Violet #9E3E8E

Tints of Medium Red Violet #9E3E8E

Color information

#9E3E8E (or 0x9E3E8E) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 3E and 8E. RGB value is (158,62,142). Sum of RGB (Red+Green+Blue) = 158+62+142=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3E8E is #61C171. Grayscale: #636363. Windows color (decimal): -6406514 or 9322142. OLE color: 9322142.

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

Color convert

RGB15862142-
CMYK00.610.100.38
HSL310º43.64%43.14%-
HSV(B)310º60.76%61.96%-
XYZ20.7112.6726.94-
YUV99.82151.8169.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 62 (24.61% from 255) = 17.13%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=43.65%
G=17.13%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586214200.610.100.3831043.6443.14
Hex9E3E8E03DA261362c2b
Octal2367621607512464665453
Binary100111101111101000111001111011010100110100110110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,62,142); }

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

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

 a { background-color: rgb(158,62,142); }

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

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

 span { border-color: rgb(158,62,142); }

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