Html Css Color HEX #936AF0 Medium Purple

📋 copy color: '#936AF0'

red 147 ◦ green 106 ◦ blue 240

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

Shades of Medium Purple #936AF0

Tints of Medium Purple #936AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

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

R = 29.82%
G = 21.5%
B = 48.68%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#936AF0 (or 0x936AF0) is known color: Medium Purple. HEX triplet: 93, 6A and F0. RGB value is (147,106,240). Sum of RGB (Red+Green+Blue) = 147+106+240=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #936AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936AF0 is #6C950F. Grayscale: #858585. Windows color (decimal): -7116048 or 15755923. OLE color: 15755923.

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

Color convert

RGB 147 106 240 -
CMYK 0.39 0.56 0 0.06
HSL 258.36º 0.82% 0.68% -
HSV(B) 258.36º 0.56% 0.94% -
XYZ 32.91 22.8 85.1 -
YUV 133.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 147 106 240 0.39 0.56 0 0.06 258.36 0.82 0.68
Hex 93 6A F0 27 38 0 6 102 52 44
Octal 223 152 360 47 70 0 6 402 122 104
Binary 10010011 1101010 11110000 100111 111000 0 110 100000010 1010010 1000100

Color Harmonies of #936AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936AF0

Black with #936AF0

Text Example


Text Example

White with #936AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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