Html Css Color HEX #9E368D Medium Red Violet

📋 copy color: '#9E368D'

red 158 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #9E368D

Tints of Medium Red Violet #9E368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 44.76%
G = 15.3%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E368D (or 0x9E368D) is known color: Medium Red Violet. HEX triplet: 9E, 36 and 8D. RGB value is (158,54,141). Sum of RGB (Red+Green+Blue) = 158+54+141=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E368D is #61C972. Grayscale: #5E5E5E. Windows color (decimal): -6408563 or 9254558. OLE color: 9254558.

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

Color convert

RGB 158 54 141 -
CMYK 0 0.66 0.11 0.38
HSL 309.81º 0.49% 0.42% -
HSV(B) 309.81º 0.66% 0.62% -
XYZ 20.23 11.83 26.42 -
YUV 95.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 158 54 141 0 0.66 0.11 0.38 309.81 0.49 0.42
Hex 9E 36 8D 0 42 B 26 136 31 2A
Octal 236 66 215 0 102 13 46 466 61 52
Binary 10011110 110110 10001101 0 1000010 1011 100110 100110110 110001 101010

Color Harmonies of #9E368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E368D

Black with #9E368D

Text Example


Text Example

White with #9E368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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