Html Css Color HEX #9E328D Medium Red Violet

📋 copy color: '#9E328D'

red 158 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #9E328D

Tints of Medium Red Violet #9E328D

RGB

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

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

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

R = 45.27%
G = 14.33%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E328D (or 0x9E328D) is known color: Medium Red Violet. HEX triplet: 9E, 32 and 8D. RGB value is (158,50,141). Sum of RGB (Red+Green+Blue) = 158+50+141=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E328D is #61CD72. Grayscale: #5C5C5C. Windows color (decimal): -6409587 or 9253534. OLE color: 9253534.

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

Color convert

RGB 158 50 141 -
CMYK 0 0.68 0.11 0.38
HSL 309.44º 0.52% 0.41% -
HSV(B) 309.44º 0.68% 0.62% -
XYZ 20.05 11.47 26.36 -
YUV 92.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 158 50 141 0 0.68 0.11 0.38 309.44 0.52 0.41
Hex 9E 32 8D 0 44 B 26 135 34 29
Octal 236 62 215 0 104 13 46 465 64 51
Binary 10011110 110010 10001101 0 1000100 1011 100110 100110101 110100 101001

Color Harmonies of #9E328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E328D

Black with #9E328D

Text Example


Text Example

White with #9E328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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