Html Css Color HEX #884FE1 Medium Purple

📋 copy color: '#884FE1'

red 136 ◦ green 79 ◦ blue 225

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

Shades of Medium Purple #884FE1

Tints of Medium Purple #884FE1

RGB

 RED value IS 136 (53.52% from 255) = 30.91%

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

 BLUE value IS 225 (88.28% from 255) = 51.14%

R = 30.91%
G = 17.95%
B = 51.14%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#884FE1 (or 0x884FE1) is known color: Medium Purple. HEX triplet: 88, 4F and E1. RGB value is (136,79,225). Sum of RGB (Red+Green+Blue) = 136+79+225=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #884FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FE1 is #77B01E. Grayscale: #707070. Windows color (decimal): -7843871 or 14765960. OLE color: 14765960.

HSL color Cylindrical-coordinate representation of color #884FE1: hue angle of 263.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884FE1 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 79 225 -
CMYK 0.40 0.65 0 0.12
HSL 263.42º 0.71% 0.6% -
HSV(B) 263.42º 0.65% 0.88% -
XYZ 26.54 16.26 72.97 -
YUV 112.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 136 79 225 0.40 0.65 0 0.12 263.42 0.71 0.6
Hex 88 4F E1 28 41 0 C 107 47 3C
Octal 210 117 341 50 101 0 14 407 107 74
Binary 10001000 1001111 11100001 101000 1000001 0 1100 100000111 1000111 111100

Color Harmonies of #884FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FE1

Black with #884FE1

Text Example


Text Example

White with #884FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884FE1; }

 p { color: rgb(136,79,225); }

 H1.HeaderClassName
 {
   color: #884FE1;
 }
 .AnyTagClassName
 {
   color: #884FE1;
 }
</style>

background-color css

<style>
 a { background-color: #884FE1; }

 a { background-color: rgb(136,79,225); }

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

border-color css

<style>
 span { border-color: #884FE1; }

 span { border-color: rgb(136,79,225); }

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