Html Css Color HEX #864FDE Medium Purple

📋 copy color: '#864FDE'

red 134 ◦ green 79 ◦ blue 222

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

Shades of Medium Purple #864FDE

Tints of Medium Purple #864FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 30.8%
G = 18.16%
B = 51.03%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#864FDE (or 0x864FDE) is known color: Medium Purple. HEX triplet: 86, 4F and DE. RGB value is (134,79,222). Sum of RGB (Red+Green+Blue) = 134+79+222=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #864FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FDE is #79B021. Grayscale: #6F6F6F. Windows color (decimal): -7974946 or 14569350. OLE color: 14569350.

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

Color convert

RGB 134 79 222 -
CMYK 0.40 0.64 0 0.13
HSL 263.08º 0.68% 0.59% -
HSV(B) 263.08º 0.64% 0.87% -
XYZ 25.81 15.93 70.82 -
YUV 111.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 134 79 222 0.40 0.64 0 0.13 263.08 0.68 0.59
Hex 86 4F DE 28 40 0 D 107 44 3B
Octal 206 117 336 50 100 0 15 407 104 73
Binary 10000110 1001111 11011110 101000 1000000 0 1101 100000111 1000100 111011

Color Harmonies of #864FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864FDE

Black with #864FDE

Text Example


Text Example

White with #864FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,79,222); }

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

background-color css

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

 a { background-color: rgb(134,79,222); }

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

border-color css

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

 span { border-color: rgb(134,79,222); }

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