Html Css Color HEX #936ED7 Medium Purple

📋 copy color: '#936ED7'

red 147 ◦ green 110 ◦ blue 215

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

Shades of Medium Purple #936ED7

Tints of Medium Purple #936ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.31%

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 31.14%
G = 23.31%
B = 45.55%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#936ED7 (or 0x936ED7) is known color: Medium Purple. HEX triplet: 93, 6E and D7. RGB value is (147,110,215). Sum of RGB (Red+Green+Blue) = 147+110+215=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #936ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ED7 is #6C9128. Grayscale: #848484. Windows color (decimal): -7115049 or 14118547. OLE color: 14118547.

HSL color Cylindrical-coordinate representation of color #936ED7: hue angle of 261.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936ED7 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 110 215 -
CMYK 0.32 0.49 0 0.16
HSL 261.14º 0.57% 0.64% -
HSV(B) 261.14º 0.49% 0.84% -
XYZ 29.87 22.26 67.01 -
YUV 133.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 147 110 215 0.32 0.49 0 0.16 261.14 0.57 0.64
Hex 93 6E D7 20 31 0 10 105 39 40
Octal 223 156 327 40 61 0 20 405 71 100
Binary 10010011 1101110 11010111 100000 110001 0 10000 100000101 111001 1000000

Color Harmonies of #936ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936ED7

Black with #936ED7

Text Example


Text Example

White with #936ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936ED7; }

 p { color: rgb(147,110,215); }

 H1.HeaderClassName
 {
   color: #936ED7;
 }
 .AnyTagClassName
 {
   color: #936ED7;
 }
</style>

background-color css

<style>
 a { background-color: #936ED7; }

 a { background-color: rgb(147,110,215); }

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

border-color css

<style>
 span { border-color: #936ED7; }

 span { border-color: rgb(147,110,215); }

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