Html Css Color HEX #937EDA Medium Purple

📋 copy color: '#937EDA'

red 147 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #937EDA

Tints of Medium Purple #937EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 29.94%
G = 25.66%
B = 44.4%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#937EDA (or 0x937EDA) is known color: Medium Purple. HEX triplet: 93, 7E and DA. RGB value is (147,126,218). Sum of RGB (Red+Green+Blue) = 147+126+218=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #937EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EDA is #6C8125. Grayscale: #8E8E8E. Windows color (decimal): -7110950 or 14319251. OLE color: 14319251.

HSL color Cylindrical-coordinate representation of color #937EDA: hue angle of 253.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #937EDA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 126 218 -
CMYK 0.33 0.42 0 0.15
HSL 253.7º 0.55% 0.67% -
HSV(B) 253.7º 0.42% 0.85% -
XYZ 32.15 26.19 69.69 -
YUV 142.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 147 126 218 0.33 0.42 0 0.15 253.7 0.55 0.67
Hex 93 7E DA 21 2A 0 F FE 37 43
Octal 223 176 332 41 52 0 17 376 67 103
Binary 10010011 1111110 11011010 100001 101010 0 1111 11111110 110111 1000011

Color Harmonies of #937EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937EDA

Black with #937EDA

Text Example


Text Example

White with #937EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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