Html Css Color HEX #935EF3 Medium Purple

📋 copy color: '#935EF3'

red 147 ◦ green 94 ◦ blue 243

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

Shades of Medium Purple #935EF3

Tints of Medium Purple #935EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.21%

R = 30.37%
G = 19.42%
B = 50.21%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#935EF3 (or 0x935EF3) is known color: Medium Purple. HEX triplet: 93, 5E and F3. RGB value is (147,94,243). Sum of RGB (Red+Green+Blue) = 147+94+243=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #935EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EF3 is #6CA10C. Grayscale: #7E7E7E. Windows color (decimal): -7119117 or 15949459. OLE color: 15949459.

HSL color Cylindrical-coordinate representation of color #935EF3: hue angle of 261.34º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935EF3 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 94 243 -
CMYK 0.40 0.61 0 0.05
HSL 261.34º 0.86% 0.66% -
HSV(B) 261.34º 0.61% 0.95% -
XYZ 32.21 20.68 87.09 -
YUV 126.83 193.56 142.38 -
System Red Green Blue C M Y K H S L
Decimal 147 94 243 0.40 0.61 0 0.05 261.34 0.86 0.66
Hex 93 5E F3 28 3D 0 5 105 56 42
Octal 223 136 363 50 75 0 5 405 126 102
Binary 10010011 1011110 11110011 101000 111101 0 101 100000101 1010110 1000010

Color Harmonies of #935EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EF3

Black with #935EF3

Text Example


Text Example

White with #935EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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