Html Css Color HEX #9E458A Medium Red Violet

📋 copy color: '#9E458A'

red 158 ◦ green 69 ◦ blue 138

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

Shades of Medium Red Violet #9E458A

Tints of Medium Red Violet #9E458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 43.29%
G = 18.9%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E458A (or 0x9E458A) is known color: Medium Red Violet. HEX triplet: 9E, 45 and 8A. RGB value is (158,69,138). Sum of RGB (Red+Green+Blue) = 158+69+138=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E458A is #61BA75. Grayscale: #676767. Windows color (decimal): -6404726 or 9061790. OLE color: 9061790.

HSL color Cylindrical-coordinate representation of color #9E458A: hue angle of 313.48º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E458A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 69 138 -
CMYK 0 0.56 0.13 0.38
HSL 313.48º 0.39% 0.45% -
HSV(B) 313.48º 0.56% 0.62% -
XYZ 20.82 13.36 25.53 -
YUV 103.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 158 69 138 0 0.56 0.13 0.38 313.48 0.39 0.45
Hex 9E 45 8A 0 38 D 26 139 27 2D
Octal 236 105 212 0 70 15 46 471 47 55
Binary 10011110 1000101 10001010 0 111000 1101 100110 100111001 100111 101101

Color Harmonies of #9E458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E458A

Black with #9E458A

Text Example


Text Example

White with #9E458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,69,138); }

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

background-color css

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

 a { background-color: rgb(158,69,138); }

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

border-color css

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

 span { border-color: rgb(158,69,138); }

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