Html Css Color HEX #854FDE Medium Purple

📋 copy color: '#854FDE'

red 133 ◦ green 79 ◦ blue 222

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

Shades of Medium Purple #854FDE

Tints of Medium Purple #854FDE

RGB

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

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

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

R = 30.65%
G = 18.2%
B = 51.15%

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

#854FDE (or 0x854FDE) is known color: Medium Purple. HEX triplet: 85, 4F and DE. RGB value is (133,79,222). Sum of RGB (Red+Green+Blue) = 133+79+222=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #854FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FDE is #7AB021. Grayscale: #6E6E6E. Windows color (decimal): -8040482 or 14569349. OLE color: 14569349.

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

Color convert

RGB 133 79 222 -
CMYK 0.40 0.64 0 0.13
HSL 262.66º 0.68% 0.59% -
HSV(B) 262.66º 0.64% 0.87% -
XYZ 25.65 15.85 70.81 -
YUV 111.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 133 79 222 0.40 0.64 0 0.13 262.66 0.68 0.59
Hex 85 4F DE 28 40 0 D 107 44 3B
Octal 205 117 336 50 100 0 15 407 104 73
Binary 10000101 1001111 11011110 101000 1000000 0 1101 100000111 1000100 111011

Color Harmonies of #854FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854FDE

Black with #854FDE

Text Example


Text Example

White with #854FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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