Html Css Color HEX #9E338C Medium Red Violet

📋 copy color: '#9E338C'

red 158 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #9E338C

Tints of Medium Red Violet #9E338C

RGB

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

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

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

R = 45.27%
G = 14.61%
B = 40.11%

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

#9E338C (or 0x9E338C) is known color: Medium Red Violet. HEX triplet: 9E, 33 and 8C. RGB value is (158,51,140). Sum of RGB (Red+Green+Blue) = 158+51+140=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E338C is #61CC73. Grayscale: #5C5C5C. Windows color (decimal): -6409332 or 9188254. OLE color: 9188254.

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

Color convert

RGB 158 51 140 -
CMYK 0 0.68 0.11 0.38
HSL 310.09º 0.51% 0.41% -
HSV(B) 310.09º 0.68% 0.62% -
XYZ 20.02 11.53 25.98 -
YUV 93.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 158 51 140 0 0.68 0.11 0.38 310.09 0.51 0.41
Hex 9E 33 8C 0 44 B 26 136 33 29
Octal 236 63 214 0 104 13 46 466 63 51
Binary 10011110 110011 10001100 0 1000100 1011 100110 100110110 110011 101001

Color Harmonies of #9E338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E338C

Black with #9E338C

Text Example


Text Example

White with #9E338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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