Html Css Color HEX #9E7FE0 Medium Purple

📋 copy color: '#9E7FE0'

red 158 ◦ green 127 ◦ blue 224

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

Shades of Medium Purple #9E7FE0

Tints of Medium Purple #9E7FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 24.95%

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 31.04%
G = 24.95%
B = 44.01%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9E7FE0 (or 0x9E7FE0) is known color: Medium Purple. HEX triplet: 9E, 7F and E0. RGB value is (158,127,224). Sum of RGB (Red+Green+Blue) = 158+127+224=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E7FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FE0 is #61801F. Grayscale: #929292. Windows color (decimal): -6389792 or 14712734. OLE color: 14712734.

HSL color Cylindrical-coordinate representation of color #9E7FE0: hue angle of 259.18º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E7FE0 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 127 224 -
CMYK 0.29 0.43 0 0.12
HSL 259.18º 0.61% 0.69% -
HSV(B) 259.18º 0.43% 0.88% -
XYZ 35.14 27.83 74.04 -
YUV 147.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 158 127 224 0.29 0.43 0 0.12 259.18 0.61 0.69
Hex 9E 7F E0 1D 2B 0 C 103 3D 45
Octal 236 177 340 35 53 0 14 403 75 105
Binary 10011110 1111111 11100000 11101 101011 0 1100 100000011 111101 1000101

Color Harmonies of #9E7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FE0

Black with #9E7FE0

Text Example


Text Example

White with #9E7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,224); }

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

background-color css

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

 a { background-color: rgb(158,127,224); }

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

border-color css

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

 span { border-color: rgb(158,127,224); }

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