Html Css Color HEX #864EDF Medium Purple

📋 copy color: '#864EDF'

red 134 ◦ green 78 ◦ blue 223

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

Shades of Medium Purple #864EDF

Tints of Medium Purple #864EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 30.8%
G = 17.93%
B = 51.26%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#864EDF (or 0x864EDF) is known color: Medium Purple. HEX triplet: 86, 4E and DF. RGB value is (134,78,223). Sum of RGB (Red+Green+Blue) = 134+78+223=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #864EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EDF is #79B120. Grayscale: #6E6E6E. Windows color (decimal): -7975201 or 14634630. OLE color: 14634630.

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

Color convert

RGB 134 78 223 -
CMYK 0.40 0.65 0 0.13
HSL 263.17º 0.69% 0.59% -
HSV(B) 263.17º 0.65% 0.87% -
XYZ 25.88 15.84 71.51 -
YUV 111.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 134 78 223 0.40 0.65 0 0.13 263.17 0.69 0.59
Hex 86 4E DF 28 41 0 D 107 45 3B
Octal 206 116 337 50 101 0 15 407 105 73
Binary 10000110 1001110 11011111 101000 1000001 0 1101 100000111 1000101 111011

Color Harmonies of #864EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EDF

Black with #864EDF

Text Example


Text Example

White with #864EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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