Html Css Color HEX #9E337D Medium Red Violet

📋 copy color: '#9E337D'

red 158 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #9E337D

Tints of Medium Red Violet #9E337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 47.31%
G = 15.27%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E337D (or 0x9E337D) is known color: Medium Red Violet. HEX triplet: 9E, 33 and 7D. RGB value is (158,51,125). Sum of RGB (Red+Green+Blue) = 158+51+125=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E337D is #61CC82. Grayscale: #5B5B5B. Windows color (decimal): -6409347 or 8205214. OLE color: 8205214.

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

Color convert

RGB 158 51 125 -
CMYK 0 0.68 0.21 0.38
HSL 318.5º 0.51% 0.41% -
HSV(B) 318.5º 0.68% 0.62% -
XYZ 18.99 11.12 20.55 -
YUV 91.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 158 51 125 0 0.68 0.21 0.38 318.5 0.51 0.41
Hex 9E 33 7D 0 44 15 26 13F 33 29
Octal 236 63 175 0 104 25 46 477 63 51
Binary 10011110 110011 1111101 0 1000100 10101 100110 100111111 110011 101001

Color Harmonies of #9E337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E337D

Black with #9E337D

Text Example


Text Example

White with #9E337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,51,125); }

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

background-color css

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

 a { background-color: rgb(158,51,125); }

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

border-color css

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

 span { border-color: rgb(158,51,125); }

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