Html Css Color HEX #937EDB Medium Purple

📋 copy color: '#937EDB'

red 147 ◦ green 126 ◦ blue 219

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

Shades of Medium Purple #937EDB

Tints of Medium Purple #937EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 29.88%
G = 25.61%
B = 44.51%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#937EDB (or 0x937EDB) is known color: Medium Purple. HEX triplet: 93, 7E and DB. RGB value is (147,126,219). Sum of RGB (Red+Green+Blue) = 147+126+219=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #937EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EDB is #6C8124. Grayscale: #8E8E8E. Windows color (decimal): -7110949 or 14384787. OLE color: 14384787.

HSL color Cylindrical-coordinate representation of color #937EDB: hue angle of 253.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #937EDB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 126 219 -
CMYK 0.33 0.42 0 0.14
HSL 253.55º 0.56% 0.68% -
HSV(B) 253.55º 0.42% 0.86% -
XYZ 32.28 26.24 70.38 -
YUV 142.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 147 126 219 0.33 0.42 0 0.14 253.55 0.56 0.68
Hex 93 7E DB 21 2A 0 E FE 38 44
Octal 223 176 333 41 52 0 16 376 70 104
Binary 10010011 1111110 11011011 100001 101010 0 1110 11111110 111000 1000100

Color Harmonies of #937EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937EDB

Black with #937EDB

Text Example


Text Example

White with #937EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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