Html Css Color HEX #9E3181 Medium Red Violet

📋 copy color: '#9E3181'

red 158 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #9E3181

Tints of Medium Red Violet #9E3181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 47.02%
G = 14.58%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E3181 (or 0x9E3181) is known color: Medium Red Violet. HEX triplet: 9E, 31 and 81. RGB value is (158,49,129). Sum of RGB (Red+Green+Blue) = 158+49+129=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3181 is #61CE7E. Grayscale: #5A5A5A. Windows color (decimal): -6409855 or 8466846. OLE color: 8466846.

HSL color Cylindrical-coordinate representation of color #9E3181: hue angle of 315.96º 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 #9E3181 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 49 129 -
CMYK 0 0.69 0.18 0.38
HSL 315.96º 0.53% 0.41% -
HSV(B) 315.96º 0.69% 0.62% -
XYZ 19.16 11.05 21.89 -
YUV 90.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 158 49 129 0 0.69 0.18 0.38 315.96 0.53 0.41
Hex 9E 31 81 0 45 12 26 13C 35 29
Octal 236 61 201 0 105 22 46 474 65 51
Binary 10011110 110001 10000001 0 1000101 10010 100110 100111100 110101 101001

Color Harmonies of #9E3181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3181

Black with #9E3181

Text Example


Text Example

White with #9E3181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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