Html Css Color HEX #864EE0 Medium Purple

📋 copy color: '#864EE0'

red 134 ◦ green 78 ◦ blue 224

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

Shades of Medium Purple #864EE0

Tints of Medium Purple #864EE0

RGB

 RED value IS 134 (52.73% from 255) = 30.73%

 GREEN value IS 78 (30.86% from 255) = 17.89%

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

R = 30.73%
G = 17.89%
B = 51.38%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#864EE0 (or 0x864EE0) is known color: Medium Purple. HEX triplet: 86, 4E and E0. RGB value is (134,78,224). Sum of RGB (Red+Green+Blue) = 134+78+224=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #864EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EE0 is #79B11F. Grayscale: #6E6E6E. Windows color (decimal): -7975200 or 14700166. OLE color: 14700166.

HSL color Cylindrical-coordinate representation of color #864EE0: hue angle of 263.01º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864EE0 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 78 224 -
CMYK 0.40 0.65 0 0.12
HSL 263.01º 0.7% 0.59% -
HSV(B) 263.01º 0.65% 0.88% -
XYZ 26.01 15.9 72.22 -
YUV 111.39 191.55 144.13 -
System Red Green Blue C M Y K H S L
Decimal 134 78 224 0.40 0.65 0 0.12 263.01 0.7 0.59
Hex 86 4E E0 28 41 0 C 107 46 3B
Octal 206 116 340 50 101 0 14 407 106 73
Binary 10000110 1001110 11100000 101000 1000001 0 1100 100000111 1000110 111011

Color Harmonies of #864EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EE0

Black with #864EE0

Text Example


Text Example

White with #864EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864EE0; }

 p { color: rgb(134,78,224); }

 H1.HeaderClassName
 {
   color: #864EE0;
 }
 .AnyTagClassName
 {
   color: #864EE0;
 }
</style>

background-color css

<style>
 a { background-color: #864EE0; }

 a { background-color: rgb(134,78,224); }

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

border-color css

<style>
 span { border-color: #864EE0; }

 span { border-color: rgb(134,78,224); }

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