Html Css Color HEX #936DEA Medium Purple

📋 copy color: '#936DEA'

red 147 ◦ green 109 ◦ blue 234

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

Shades of Medium Purple #936DEA

Tints of Medium Purple #936DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 30%
G = 22.24%
B = 47.76%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#936DEA (or 0x936DEA) is known color: Medium Purple. HEX triplet: 93, 6D and EA. RGB value is (147,109,234). Sum of RGB (Red+Green+Blue) = 147+109+234=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #936DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DEA is #6C9215. Grayscale: #868686. Windows color (decimal): -7115286 or 15363475. OLE color: 15363475.

HSL color Cylindrical-coordinate representation of color #936DEA: hue angle of 258.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #936DEA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 109 234 -
CMYK 0.37 0.53 0 0.08
HSL 258.24º 0.75% 0.67% -
HSV(B) 258.24º 0.53% 0.92% -
XYZ 32.35 23.08 80.59 -
YUV 134.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 147 109 234 0.37 0.53 0 0.08 258.24 0.75 0.67
Hex 93 6D EA 25 35 0 8 102 4B 43
Octal 223 155 352 45 65 0 10 402 113 103
Binary 10010011 1101101 11101010 100101 110101 0 1000 100000010 1001011 1000011

Color Harmonies of #936DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936DEA

Black with #936DEA

Text Example


Text Example

White with #936DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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