Html Css Color HEX #936DF0 Medium Purple

📋 copy color: '#936DF0'

red 147 ◦ green 109 ◦ blue 240

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

Shades of Medium Purple #936DF0

Tints of Medium Purple #936DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.39%

R = 29.64%
G = 21.98%
B = 48.39%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#936DF0 (or 0x936DF0) is known color: Medium Purple. HEX triplet: 93, 6D and F0. RGB value is (147,109,240). Sum of RGB (Red+Green+Blue) = 147+109+240=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #936DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DF0 is #6C920F. Grayscale: #868686. Windows color (decimal): -7115280 or 15756691. OLE color: 15756691.

HSL color Cylindrical-coordinate representation of color #936DF0: hue angle of 257.4º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936DF0 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 109 240 -
CMYK 0.39 0.55 0 0.06
HSL 257.4º 0.81% 0.68% -
HSV(B) 257.4º 0.55% 0.94% -
XYZ 33.23 23.43 85.21 -
YUV 135.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 147 109 240 0.39 0.55 0 0.06 257.4 0.81 0.68
Hex 93 6D F0 27 37 0 6 101 51 44
Octal 223 155 360 47 67 0 6 401 121 104
Binary 10010011 1101101 11110000 100111 110111 0 110 100000001 1010001 1000100

Color Harmonies of #936DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936DF0

Black with #936DF0

Text Example


Text Example

White with #936DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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