Html Css Color HEX #935EEA Medium Purple

📋 copy color: '#935EEA'

red 147 ◦ green 94 ◦ blue 234

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

Shades of Medium Purple #935EEA

Tints of Medium Purple #935EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.79%

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

R = 30.95%
G = 19.79%
B = 49.26%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#935EEA (or 0x935EEA) is known color: Medium Purple. HEX triplet: 93, 5E and EA. RGB value is (147,94,234). Sum of RGB (Red+Green+Blue) = 147+94+234=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #935EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EEA is #6CA115. Grayscale: #7D7D7D. Windows color (decimal): -7119126 or 15359635. OLE color: 15359635.

HSL color Cylindrical-coordinate representation of color #935EEA: hue angle of 262.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935EEA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 94 234 -
CMYK 0.37 0.60 0 0.08
HSL 262.71º 0.77% 0.64% -
HSV(B) 262.71º 0.6% 0.92% -
XYZ 30.89 20.15 80.1 -
YUV 125.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 147 94 234 0.37 0.60 0 0.08 262.71 0.77 0.64
Hex 93 5E EA 25 3C 0 8 107 4D 40
Octal 223 136 352 45 74 0 10 407 115 100
Binary 10010011 1011110 11101010 100101 111100 0 1000 100000111 1001101 1000000

Color Harmonies of #935EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EEA

Black with #935EEA

Text Example


Text Example

White with #935EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935EEA; }

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

 H1.HeaderClassName
 {
   color: #935EEA;
 }
 .AnyTagClassName
 {
   color: #935EEA;
 }
</style>

background-color css

<style>
 a { background-color: #935EEA; }

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

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

border-color css

<style>
 span { border-color: #935EEA; }

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

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