#865DDE

Color #865DDE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #865DDE

Tints of Medium Purple #865DDE

Color information

#865DDE (or 0x865DDE) is unknown color: approx Medium Purple. HEX triplet: 86, 5D and DE. RGB value is (134,93,222). Sum of RGB (Red+Green+Blue) = 134+93+222=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #865DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DDE is #79A221. Grayscale: #777777. Windows color (decimal): -7971362 or 14572934. OLE color: 14572934.

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

Color convert

RGB13493222-
CMYK0.400.5800.13
HSL259.07º66.15%61.76%-
HSV(B)259.07º58.11%87.06%-
XYZ26.9318.1771.2-
YUV119.96185.58138.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=29.84%
G=20.71%
B=49.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134932220.400.5800.13259.0766.1561.76
Hex865DDE283A0D103423e
Octal206135336507201540310276
Binary10000110101110111011110101000111010011011000000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #865DDE;
 }
 .AnyTagClassName
 {
   color: #865DDE;
 }
</style>
background-color css

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

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

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

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

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

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