Html Css Color HEX #936DD7 Medium Purple

📋 copy color: '#936DD7'

red 147 ◦ green 109 ◦ blue 215

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

Shades of Medium Purple #936DD7

Tints of Medium Purple #936DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

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

R = 31.21%
G = 23.14%
B = 45.65%

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

#936DD7 (or 0x936DD7) is known color: Medium Purple. HEX triplet: 93, 6D and D7. RGB value is (147,109,215). Sum of RGB (Red+Green+Blue) = 147+109+215=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #936DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DD7 is #6C9228. Grayscale: #848484. Windows color (decimal): -7115305 or 14118291. OLE color: 14118291.

HSL color Cylindrical-coordinate representation of color #936DD7: hue angle of 261.51º 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 #936DD7 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 109 215 -
CMYK 0.32 0.49 0 0.16
HSL 261.51º 0.57% 0.64% -
HSV(B) 261.51º 0.49% 0.84% -
XYZ 29.77 22.05 66.98 -
YUV 132.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 147 109 215 0.32 0.49 0 0.16 261.51 0.57 0.64
Hex 93 6D D7 20 31 0 10 106 39 40
Octal 223 155 327 40 61 0 20 406 71 100
Binary 10010011 1101101 11010111 100000 110001 0 10000 100000110 111001 1000000

Color Harmonies of #936DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936DD7

Black with #936DD7

Text Example


Text Example

White with #936DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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