Html Css Color HEX #9E348B Medium Red Violet

📋 copy color: '#9E348B'

red 158 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #9E348B

Tints of Medium Red Violet #9E348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 45.27%
G = 14.9%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E348B (or 0x9E348B) is known color: Medium Red Violet. HEX triplet: 9E, 34 and 8B. RGB value is (158,52,139). Sum of RGB (Red+Green+Blue) = 158+52+139=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E348B is #61CB74. Grayscale: #5D5D5D. Windows color (decimal): -6409077 or 9122974. OLE color: 9122974.

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

Color convert

RGB 158 52 139 -
CMYK 0 0.67 0.12 0.38
HSL 310.75º 0.5% 0.41% -
HSV(B) 310.75º 0.67% 0.62% -
XYZ 19.99 11.59 25.61 -
YUV 93.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 158 52 139 0 0.67 0.12 0.38 310.75 0.5 0.41
Hex 9E 34 8B 0 43 C 26 137 32 29
Octal 236 64 213 0 103 14 46 467 62 51
Binary 10011110 110100 10001011 0 1000011 1100 100110 100110111 110010 101001

Color Harmonies of #9E348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E348B

Black with #9E348B

Text Example


Text Example

White with #9E348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,52,139); }

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

background-color css

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

 a { background-color: rgb(158,52,139); }

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

border-color css

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

 span { border-color: rgb(158,52,139); }

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