#9E3F8D

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

Shades of Medium Red Violet #9E3F8D

Tints of Medium Red Violet #9E3F8D

Color information

#9E3F8D (or 0x9E3F8D) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 3F and 8D. RGB value is (158,63,141). Sum of RGB (Red+Green+Blue) = 158+63+141=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3F8D is #61C072. Grayscale: #646464. Windows color (decimal): -6406259 or 9256862. OLE color: 9256862.

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

Color convert

RGB15863141-
CMYK00.600.110.38
HSL310.74º42.99%43.33%-
HSV(B)310.74º60.13%61.96%-
XYZ20.6912.7526.57-
YUV100.3150.97169.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=43.65%
G=17.40%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586314100.600.110.38310.7442.9943.33
Hex9E3F8D03CB261372b2b
Octal2367721507413464675353
Binary100111101111111000110101111001011100110100110111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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