Html Css Color HEX #854EDF Medium Purple

📋 copy color: '#854EDF'

red 133 ◦ green 78 ◦ blue 223

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

Shades of Medium Purple #854EDF

Tints of Medium Purple #854EDF

RGB

 RED value IS 133 (52.34% from 255) = 30.65%

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

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

R = 30.65%
G = 17.97%
B = 51.38%

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

#854EDF (or 0x854EDF) is known color: Medium Purple. HEX triplet: 85, 4E and DF. RGB value is (133,78,223). Sum of RGB (Red+Green+Blue) = 133+78+223=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #854EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EDF is #7AB120. Grayscale: #6E6E6E. Windows color (decimal): -8040737 or 14634629. OLE color: 14634629.

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

Color convert

RGB 133 78 223 -
CMYK 0.40 0.65 0 0.13
HSL 262.76º 0.69% 0.59% -
HSV(B) 262.76º 0.65% 0.87% -
XYZ 25.72 15.76 71.5 -
YUV 110.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 133 78 223 0.40 0.65 0 0.13 262.76 0.69 0.59
Hex 85 4E DF 28 41 0 D 107 45 3B
Octal 205 116 337 50 101 0 15 407 105 73
Binary 10000101 1001110 11011111 101000 1000001 0 1101 100000111 1000101 111011

Color Harmonies of #854EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EDF

Black with #854EDF

Text Example


Text Example

White with #854EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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