Html Css Color HEX #936FE0 Medium Purple

📋 copy color: '#936FE0'

red 147 ◦ green 111 ◦ blue 224

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

Shades of Medium Purple #936FE0

Tints of Medium Purple #936FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 30.5%
G = 23.03%
B = 46.47%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#936FE0 (or 0x936FE0) is known color: Medium Purple. HEX triplet: 93, 6F and E0. RGB value is (147,111,224). Sum of RGB (Red+Green+Blue) = 147+111+224=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #936FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FE0 is #6C901F. Grayscale: #868686. Windows color (decimal): -7114784 or 14708627. OLE color: 14708627.

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

Color convert

RGB 147 111 224 -
CMYK 0.34 0.50 0 0.12
HSL 259.12º 0.65% 0.66% -
HSV(B) 259.12º 0.5% 0.88% -
XYZ 31.17 22.95 73.31 -
YUV 134.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 147 111 224 0.34 0.50 0 0.12 259.12 0.65 0.66
Hex 93 6F E0 22 32 0 C 103 41 42
Octal 223 157 340 42 62 0 14 403 101 102
Binary 10010011 1101111 11100000 100010 110010 0 1100 100000011 1000001 1000010

Color Harmonies of #936FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936FE0

Black with #936FE0

Text Example


Text Example

White with #936FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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