Html Css Color HEX #936EDA Medium Purple

📋 copy color: '#936EDA'

red 147 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #936EDA

Tints of Medium Purple #936EDA

RGB

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

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

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

R = 30.95%
G = 23.16%
B = 45.89%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#936EDA (or 0x936EDA) is known color: Medium Purple. HEX triplet: 93, 6E and DA. RGB value is (147,110,218). Sum of RGB (Red+Green+Blue) = 147+110+218=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #936EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EDA is #6C9125. Grayscale: #848484. Windows color (decimal): -7115046 or 14315155. OLE color: 14315155.

HSL color Cylindrical-coordinate representation of color #936EDA: hue angle of 260.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936EDA is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 110 218 -
CMYK 0.33 0.50 0 0.15
HSL 260.56º 0.59% 0.64% -
HSV(B) 260.56º 0.5% 0.85% -
XYZ 30.26 22.42 69.06 -
YUV 133.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 147 110 218 0.33 0.50 0 0.15 260.56 0.59 0.64
Hex 93 6E DA 21 32 0 F 105 3B 40
Octal 223 156 332 41 62 0 17 405 73 100
Binary 10010011 1101110 11011010 100001 110010 0 1111 100000101 111011 1000000

Color Harmonies of #936EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936EDA

Black with #936EDA

Text Example


Text Example

White with #936EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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