Html Css Color HEX #9E327C Medium Red Violet

📋 copy color: '#9E327C'

red 158 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #9E327C

Tints of Medium Red Violet #9E327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 47.59%
G = 15.06%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E327C (or 0x9E327C) is known color: Medium Red Violet. HEX triplet: 9E, 32 and 7C. RGB value is (158,50,124). Sum of RGB (Red+Green+Blue) = 158+50+124=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E327C is #61CD83. Grayscale: #5A5A5A. Windows color (decimal): -6409604 or 8139422. OLE color: 8139422.

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

Color convert

RGB 158 50 124 -
CMYK 0 0.68 0.22 0.38
HSL 318.89º 0.52% 0.41% -
HSV(B) 318.89º 0.68% 0.62% -
XYZ 18.88 11.01 20.2 -
YUV 90.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 158 50 124 0 0.68 0.22 0.38 318.89 0.52 0.41
Hex 9E 32 7C 0 44 16 26 13F 34 29
Octal 236 62 174 0 104 26 46 477 64 51
Binary 10011110 110010 1111100 0 1000100 10110 100110 100111111 110100 101001

Color Harmonies of #9E327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E327C

Black with #9E327C

Text Example


Text Example

White with #9E327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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