Html Css Color HEX #865FDE Medium Purple

📋 copy color: '#865FDE'

red 134 ◦ green 95 ◦ blue 222

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

Shades of Medium Purple #865FDE

Tints of Medium Purple #865FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.06%

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

R = 29.71%
G = 21.06%
B = 49.22%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#865FDE (or 0x865FDE) is known color: Medium Purple. HEX triplet: 86, 5F and DE. RGB value is (134,95,222). Sum of RGB (Red+Green+Blue) = 134+95+222=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #865FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FDE is #79A021. Grayscale: #787878. Windows color (decimal): -7970850 or 14573446. OLE color: 14573446.

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

Color convert

RGB 134 95 222 -
CMYK 0.40 0.57 0 0.13
HSL 258.43º 0.66% 0.62% -
HSV(B) 258.43º 0.57% 0.87% -
XYZ 27.11 18.53 71.25 -
YUV 121.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 134 95 222 0.40 0.57 0 0.13 258.43 0.66 0.62
Hex 86 5F DE 28 39 0 D 102 42 3E
Octal 206 137 336 50 71 0 15 402 102 76
Binary 10000110 1011111 11011110 101000 111001 0 1101 100000010 1000010 111110

Color Harmonies of #865FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FDE

Black with #865FDE

Text Example


Text Example

White with #865FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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