Html Css Color HEX #854FDF Medium Purple

📋 copy color: '#854FDF'

red 133 ◦ green 79 ◦ blue 223

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

Shades of Medium Purple #854FDF

Tints of Medium Purple #854FDF

RGB

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

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

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

R = 30.57%
G = 18.16%
B = 51.26%

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

#854FDF (or 0x854FDF) is known color: Medium Purple. HEX triplet: 85, 4F and DF. RGB value is (133,79,223). Sum of RGB (Red+Green+Blue) = 133+79+223=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #854FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FDF is #7AB020. Grayscale: #6F6F6F. Windows color (decimal): -8040481 or 14634885. OLE color: 14634885.

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

Color convert

RGB 133 79 223 -
CMYK 0.40 0.65 0 0.13
HSL 262.5º 0.69% 0.59% -
HSV(B) 262.5º 0.65% 0.87% -
XYZ 25.79 15.91 71.52 -
YUV 111.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 133 79 223 0.40 0.65 0 0.13 262.5 0.69 0.59
Hex 85 4F DF 28 41 0 D 106 45 3B
Octal 205 117 337 50 101 0 15 406 105 73
Binary 10000101 1001111 11011111 101000 1000001 0 1101 100000110 1000101 111011

Color Harmonies of #854FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854FDF

Black with #854FDF

Text Example


Text Example

White with #854FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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