Html Css Color HEX #9E7DEC Medium Purple

📋 copy color: '#9E7DEC'

red 158 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #9E7DEC

Tints of Medium Purple #9E7DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

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

R = 30.44%
G = 24.08%
B = 45.47%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E7DEC (or 0x9E7DEC) is known color: Medium Purple. HEX triplet: 9E, 7D and EC. RGB value is (158,125,236). Sum of RGB (Red+Green+Blue) = 158+125+236=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7DEC is #618213. Grayscale: #939393. Windows color (decimal): -6390292 or 15498654. OLE color: 15498654.

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

Color convert

RGB 158 125 236 -
CMYK 0.33 0.47 0 0.07
HSL 257.84º 0.74% 0.71% -
HSV(B) 257.84º 0.47% 0.93% -
XYZ 36.57 27.99 82.83 -
YUV 147.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 158 125 236 0.33 0.47 0 0.07 257.84 0.74 0.71
Hex 9E 7D EC 21 2F 0 7 102 4A 47
Octal 236 175 354 41 57 0 7 402 112 107
Binary 10011110 1111101 11101100 100001 101111 0 111 100000010 1001010 1000111

Color Harmonies of #9E7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7DEC

Black with #9E7DEC

Text Example


Text Example

White with #9E7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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