Html Css Color HEX #9E7EDC Medium Purple

📋 copy color: '#9E7EDC'

red 158 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #9E7EDC

Tints of Medium Purple #9E7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 31.35%
G = 25%
B = 43.65%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E7EDC (or 0x9E7EDC) is known color: Medium Purple. HEX triplet: 9E, 7E and DC. RGB value is (158,126,220). Sum of RGB (Red+Green+Blue) = 158+126+220=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7EDC is #618123. Grayscale: #919191. Windows color (decimal): -6390052 or 14450334. OLE color: 14450334.

HSL color Cylindrical-coordinate representation of color #9E7EDC: hue angle of 260.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E7EDC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 126 220 -
CMYK 0.28 0.43 0 0.14
HSL 260.43º 0.57% 0.68% -
HSV(B) 260.43º 0.43% 0.86% -
XYZ 34.48 27.36 71.17 -
YUV 146.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 158 126 220 0.28 0.43 0 0.14 260.43 0.57 0.68
Hex 9E 7E DC 1C 2B 0 E 104 39 44
Octal 236 176 334 34 53 0 16 404 71 104
Binary 10011110 1111110 11011100 11100 101011 0 1110 100000100 111001 1000100

Color Harmonies of #9E7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7EDC

Black with #9E7EDC

Text Example


Text Example

White with #9E7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,126,220); }

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

background-color css

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

 a { background-color: rgb(158,126,220); }

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

border-color css

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

 span { border-color: rgb(158,126,220); }

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