Html Css Color HEX #937EDC Medium Purple

📋 copy color: '#937EDC'

red 147 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #937EDC

Tints of Medium Purple #937EDC

RGB

 RED value IS 147 (57.81% from 255) = 29.82%

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

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

R = 29.82%
G = 25.56%
B = 44.62%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#937EDC (or 0x937EDC) is known color: Medium Purple. HEX triplet: 93, 7E and DC. RGB value is (147,126,220). Sum of RGB (Red+Green+Blue) = 147+126+220=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #937EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EDC is #6C8123. Grayscale: #8E8E8E. Windows color (decimal): -7110948 or 14450323. OLE color: 14450323.

HSL color Cylindrical-coordinate representation of color #937EDC: hue angle of 253.4º 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 #937EDC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 126 220 -
CMYK 0.33 0.43 0 0.14
HSL 253.4º 0.57% 0.68% -
HSV(B) 253.4º 0.43% 0.86% -
XYZ 32.41 26.29 71.08 -
YUV 143 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 147 126 220 0.33 0.43 0 0.14 253.4 0.57 0.68
Hex 93 7E DC 21 2B 0 E FD 39 44
Octal 223 176 334 41 53 0 16 375 71 104
Binary 10010011 1111110 11011100 100001 101011 0 1110 11111101 111001 1000100

Color Harmonies of #937EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937EDC

Black with #937EDC

Text Example


Text Example

White with #937EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937EDC; }

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

 H1.HeaderClassName
 {
   color: #937EDC;
 }
 .AnyTagClassName
 {
   color: #937EDC;
 }
</style>

background-color css

<style>
 a { background-color: #937EDC; }

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

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

border-color css

<style>
 span { border-color: #937EDC; }

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

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