Html Css Color HEX #937CD6 Medium Purple

📋 copy color: '#937CD6'

red 147 ◦ green 124 ◦ blue 214

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

Shades of Medium Purple #937CD6

Tints of Medium Purple #937CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.57%

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 30.31%
G = 25.57%
B = 44.12%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#937CD6 (or 0x937CD6) is known color: Medium Purple. HEX triplet: 93, 7C and D6. RGB value is (147,124,214). Sum of RGB (Red+Green+Blue) = 147+124+214=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #937CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CD6 is #6C8329. Grayscale: #8C8C8C. Windows color (decimal): -7111466 or 14056595. OLE color: 14056595.

HSL color Cylindrical-coordinate representation of color #937CD6: hue angle of 255.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #937CD6 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 124 214 -
CMYK 0.31 0.42 0 0.16
HSL 255.33º 0.52% 0.66% -
HSV(B) 255.33º 0.42% 0.84% -
XYZ 31.38 25.47 66.88 -
YUV 141.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 147 124 214 0.31 0.42 0 0.16 255.33 0.52 0.66
Hex 93 7C D6 1F 2A 0 10 FF 34 42
Octal 223 174 326 37 52 0 20 377 64 102
Binary 10010011 1111100 11010110 11111 101010 0 10000 11111111 110100 1000010

Color Harmonies of #937CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937CD6

Black with #937CD6

Text Example


Text Example

White with #937CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,124,214); }

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

background-color css

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

 a { background-color: rgb(147,124,214); }

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

border-color css

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

 span { border-color: rgb(147,124,214); }

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