Html Css Color HEX #9E7FEC Medium Purple

📋 copy color: '#9E7FEC'

red 158 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #9E7FEC

Tints of Medium Purple #9E7FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 30.33%
G = 24.38%
B = 45.3%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E7FEC (or 0x9E7FEC) is known color: Medium Purple. HEX triplet: 9E, 7F and EC. RGB value is (158,127,236). Sum of RGB (Red+Green+Blue) = 158+127+236=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FEC is #618013. Grayscale: #949494. Windows color (decimal): -6389780 or 15499166. OLE color: 15499166.

HSL color Cylindrical-coordinate representation of color #9E7FEC: hue angle of 257.06º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7FEC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 127 236 -
CMYK 0.33 0.46 0 0.07
HSL 257.06º 0.74% 0.71% -
HSV(B) 257.06º 0.46% 0.93% -
XYZ 36.83 28.5 82.92 -
YUV 148.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 158 127 236 0.33 0.46 0 0.07 257.06 0.74 0.71
Hex 9E 7F EC 21 2E 0 7 101 4A 47
Octal 236 177 354 41 56 0 7 401 112 107
Binary 10011110 1111111 11101100 100001 101110 0 111 100000001 1001010 1000111

Color Harmonies of #9E7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FEC

Black with #9E7FEC

Text Example


Text Example

White with #9E7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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