Html Css Color HEX #9E357C Medium Red Violet

📋 copy color: '#9E357C'

red 158 ◦ green 53 ◦ blue 124

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

Shades of Medium Red Violet #9E357C

Tints of Medium Red Violet #9E357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 124 (48.83% from 255) = 37.01%

R = 47.16%
G = 15.82%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E357C (or 0x9E357C) is known color: Medium Red Violet. HEX triplet: 9E, 35 and 7C. RGB value is (158,53,124). Sum of RGB (Red+Green+Blue) = 158+53+124=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E357C is #61CA83. Grayscale: #5C5C5C. Windows color (decimal): -6408836 or 8140190. OLE color: 8140190.

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

Color convert

RGB 158 53 124 -
CMYK 0 0.66 0.22 0.38
HSL 319.43º 0.5% 0.41% -
HSV(B) 319.43º 0.66% 0.62% -
XYZ 19.01 11.27 20.24 -
YUV 92.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 158 53 124 0 0.66 0.22 0.38 319.43 0.5 0.41
Hex 9E 35 7C 0 42 16 26 13F 32 29
Octal 236 65 174 0 102 26 46 477 62 51
Binary 10011110 110101 1111100 0 1000010 10110 100110 100111111 110010 101001

Color Harmonies of #9E357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E357C

Black with #9E357C

Text Example


Text Example

White with #9E357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,124); }

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

background-color css

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

 a { background-color: rgb(158,53,124); }

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

border-color css

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

 span { border-color: rgb(158,53,124); }

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