Html Css Color HEX #936DF1 Medium Purple

📋 copy color: '#936DF1'

red 147 ◦ green 109 ◦ blue 241

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

Shades of Medium Purple #936DF1

Tints of Medium Purple #936DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 29.58%
G = 21.93%
B = 48.49%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#936DF1 (or 0x936DF1) is known color: Medium Purple. HEX triplet: 93, 6D and F1. RGB value is (147,109,241). Sum of RGB (Red+Green+Blue) = 147+109+241=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #936DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DF1 is #6C920E. Grayscale: #868686. Windows color (decimal): -7115279 or 15822227. OLE color: 15822227.

HSL color Cylindrical-coordinate representation of color #936DF1: hue angle of 257.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936DF1 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 109 241 -
CMYK 0.39 0.55 0 0.05
HSL 257.27º 0.83% 0.69% -
HSV(B) 257.27º 0.55% 0.95% -
XYZ 33.38 23.49 85.99 -
YUV 135.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 147 109 241 0.39 0.55 0 0.05 257.27 0.83 0.69
Hex 93 6D F1 27 37 0 5 101 52 45
Octal 223 155 361 47 67 0 5 401 122 105
Binary 10010011 1101101 11110001 100111 110111 0 101 100000001 1010010 1000101

Color Harmonies of #936DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936DF1

Black with #936DF1

Text Example


Text Example

White with #936DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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