#854EDE

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

Shades of Medium Purple #854EDE

Tints of Medium Purple #854EDE

Color information

#854EDE (or 0x854EDE) is unknown color: approx Medium Purple. HEX triplet: 85, 4E and DE. RGB value is (133,78,222). Sum of RGB (Red+Green+Blue) = 133+78+222=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #854EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EDE is #7AB121. Grayscale: #6E6E6E. Windows color (decimal): -8040738 or 14569093. OLE color: 14569093.

HSL color Cylindrical-coordinate representation of color #854EDE: hue angle of 262.92º 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 #854EDE is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13378222-
CMYK0.400.6500.13
HSL262.92º68.57%58.82%-
HSV(B)262.92º64.86%87.06%-
XYZ25.5815.7170.79-
YUV110.86190.72143.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 222 (87.11% from 255) = 51.27%
R=30.72%
G=18.01%
B=51.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133782220.400.6500.13262.9268.5758.82
Hex854EDE28410D107453b
Octal2051163365010101540710573
Binary100001011001110110111101010001000001011011000001111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854EDE; }

 p { color: rgb(133,78,222); }

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

<style>
 a { background-color: #854EDE; }

 a { background-color: rgb(133,78,222); }

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

<style>
 span { border-color: #854EDE; }

 span { border-color: rgb(133,78,222); }

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