Html Css Color HEX #936EF1 Medium Purple

📋 copy color: '#936EF1'

red 147 ◦ green 110 ◦ blue 241

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

Shades of Medium Purple #936EF1

Tints of Medium Purple #936EF1

RGB

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

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

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

R = 29.52%
G = 22.09%
B = 48.39%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#936EF1 (or 0x936EF1) is known color: Medium Purple. HEX triplet: 93, 6E and F1. RGB value is (147,110,241). Sum of RGB (Red+Green+Blue) = 147+110+241=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #936EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EF1 is #6C910E. Grayscale: #878787. Windows color (decimal): -7115023 or 15822483. OLE color: 15822483.

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

Color convert

RGB 147 110 241 -
CMYK 0.39 0.54 0 0.05
HSL 256.95º 0.82% 0.69% -
HSV(B) 256.95º 0.54% 0.95% -
XYZ 33.49 23.71 86.03 -
YUV 136 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 147 110 241 0.39 0.54 0 0.05 256.95 0.82 0.69
Hex 93 6E F1 27 36 0 5 101 52 45
Octal 223 156 361 47 66 0 5 401 122 105
Binary 10010011 1101110 11110001 100111 110110 0 101 100000001 1010010 1000101

Color Harmonies of #936EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936EF1

Black with #936EF1

Text Example


Text Example

White with #936EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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