Html Css Color HEX #9E3185 Medium Red Violet

📋 copy color: '#9E3185'

red 158 ◦ green 49 ◦ blue 133

#9E3185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #9E3185

Tints of Medium Red Violet #9E3185

RGB

 RED value IS 158 (62.11% from 255) = 46.47%

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 46.47%
G = 14.41%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E3185 (or 0x9E3185) is known color: Medium Red Violet. HEX triplet: 9E, 31 and 85. RGB value is (158,49,133). Sum of RGB (Red+Green+Blue) = 158+49+133=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3185 is #61CE7A. Grayscale: #5A5A5A. Windows color (decimal): -6409851 or 8728990. OLE color: 8728990.

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

Color convert

RGB 158 49 133 -
CMYK 0 0.69 0.16 0.38
HSL 313.76º 0.53% 0.41% -
HSV(B) 313.76º 0.69% 0.62% -
XYZ 19.43 11.16 23.32 -
YUV 91.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 158 49 133 0 0.69 0.16 0.38 313.76 0.53 0.41
Hex 9E 31 85 0 45 10 26 13A 35 29
Octal 236 61 205 0 105 20 46 472 65 51
Binary 10011110 110001 10000101 0 1000101 10000 100110 100111010 110101 101001

Color Harmonies of #9E3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3185

Black with #9E3185

Text Example


Text Example

White with #9E3185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,49,133); }

 H1.HeaderClassName
 {
   color: #9E3185;
 }
 .AnyTagClassName
 {
   color: #9E3185;
 }
</style>

background-color css

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

 a { background-color: rgb(158,49,133); }

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

border-color css

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

 span { border-color: rgb(158,49,133); }

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