Html Css Color HEX #9E448B Medium Red Violet

📋 copy color: '#9E448B'

red 158 ◦ green 68 ◦ blue 139

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

Shades of Medium Red Violet #9E448B

Tints of Medium Red Violet #9E448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 43.29%
G = 18.63%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E448B (or 0x9E448B) is known color: Medium Red Violet. HEX triplet: 9E, 44 and 8B. RGB value is (158,68,139). Sum of RGB (Red+Green+Blue) = 158+68+139=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E448B is #61BB74. Grayscale: #666666. Windows color (decimal): -6404981 or 9127070. OLE color: 9127070.

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

Color convert

RGB 158 68 139 -
CMYK 0 0.57 0.12 0.38
HSL 312.67º 0.4% 0.44% -
HSV(B) 312.67º 0.57% 0.62% -
XYZ 20.83 13.27 25.89 -
YUV 103 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 158 68 139 0 0.57 0.12 0.38 312.67 0.4 0.44
Hex 9E 44 8B 0 39 C 26 139 28 2C
Octal 236 104 213 0 71 14 46 471 50 54
Binary 10011110 1000100 10001011 0 111001 1100 100110 100111001 101000 101100

Color Harmonies of #9E448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E448B

Black with #9E448B

Text Example


Text Example

White with #9E448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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