Html Css Color HEX #9E7FEF Medium Purple

📋 copy color: '#9E7FEF'

red 158 ◦ green 127 ◦ blue 239

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

Shades of Medium Purple #9E7FEF

Tints of Medium Purple #9E7FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 30.15%
G = 24.24%
B = 45.61%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9E7FEF (or 0x9E7FEF) is known color: Medium Purple. HEX triplet: 9E, 7F and EF. RGB value is (158,127,239). Sum of RGB (Red+Green+Blue) = 158+127+239=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E7FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FEF is #618010. Grayscale: #949494. Windows color (decimal): -6389777 or 15695774. OLE color: 15695774.

HSL color Cylindrical-coordinate representation of color #9E7FEF: hue angle of 256.61º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7FEF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 127 239 -
CMYK 0.34 0.47 0 0.06
HSL 256.61º 0.78% 0.72% -
HSV(B) 256.61º 0.47% 0.94% -
XYZ 37.27 28.68 85.23 -
YUV 149.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 158 127 239 0.34 0.47 0 0.06 256.61 0.78 0.72
Hex 9E 7F EF 22 2F 0 6 101 4E 48
Octal 236 177 357 42 57 0 6 401 116 110
Binary 10011110 1111111 11101111 100010 101111 0 110 100000001 1001110 1001000

Color Harmonies of #9E7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FEF

Black with #9E7FEF

Text Example


Text Example

White with #9E7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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