Html Css Color HEX #9E368C Medium Red Violet

📋 copy color: '#9E368C'

red 158 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #9E368C

Tints of Medium Red Violet #9E368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 44.89%
G = 15.34%
B = 39.77%

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

#9E368C (or 0x9E368C) is known color: Medium Red Violet. HEX triplet: 9E, 36 and 8C. RGB value is (158,54,140). Sum of RGB (Red+Green+Blue) = 158+54+140=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E368C is #61C973. Grayscale: #5E5E5E. Windows color (decimal): -6408564 or 9189022. OLE color: 9189022.

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

Color convert

RGB 158 54 140 -
CMYK 0 0.66 0.11 0.38
HSL 310.38º 0.49% 0.42% -
HSV(B) 310.38º 0.66% 0.62% -
XYZ 20.15 11.8 26.03 -
YUV 94.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 158 54 140 0 0.66 0.11 0.38 310.38 0.49 0.42
Hex 9E 36 8C 0 42 B 26 136 31 2A
Octal 236 66 214 0 102 13 46 466 61 52
Binary 10011110 110110 10001100 0 1000010 1011 100110 100110110 110001 101010

Color Harmonies of #9E368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E368C

Black with #9E368C

Text Example


Text Example

White with #9E368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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