Html Css Color HEX #936BE0 Medium Purple

📋 copy color: '#936BE0'

red 147 ◦ green 107 ◦ blue 224

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

Shades of Medium Purple #936BE0

Tints of Medium Purple #936BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 30.75%
G = 22.38%
B = 46.86%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#936BE0 (or 0x936BE0) is known color: Medium Purple. HEX triplet: 93, 6B and E0. RGB value is (147,107,224). Sum of RGB (Red+Green+Blue) = 147+107+224=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #936BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BE0 is #6C941F. Grayscale: #838383. Windows color (decimal): -7115808 or 14707603. OLE color: 14707603.

HSL color Cylindrical-coordinate representation of color #936BE0: hue angle of 260.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #936BE0 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 107 224 -
CMYK 0.34 0.52 0 0.12
HSL 260.51º 0.65% 0.65% -
HSV(B) 260.51º 0.52% 0.88% -
XYZ 30.74 22.1 73.17 -
YUV 132.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 147 107 224 0.34 0.52 0 0.12 260.51 0.65 0.65
Hex 93 6B E0 22 34 0 C 105 41 41
Octal 223 153 340 42 64 0 14 405 101 101
Binary 10010011 1101011 11100000 100010 110100 0 1100 100000101 1000001 1000001

Color Harmonies of #936BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936BE0

Black with #936BE0

Text Example


Text Example

White with #936BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,107,224); }

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

background-color css

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

 a { background-color: rgb(147,107,224); }

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

border-color css

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

 span { border-color: rgb(147,107,224); }

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