Html Css Color HEX #885EDE Medium Purple

📋 copy color: '#885EDE'

red 136 ◦ green 94 ◦ blue 222

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

Shades of Medium Purple #885EDE

Tints of Medium Purple #885EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.8%

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

R = 30.09%
G = 20.8%
B = 49.12%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#885EDE (or 0x885EDE) is known color: Medium Purple. HEX triplet: 88, 5E and DE. RGB value is (136,94,222). Sum of RGB (Red+Green+Blue) = 136+94+222=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #885EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885EDE is #77A121. Grayscale: #787878. Windows color (decimal): -7840034 or 14573192. OLE color: 14573192.

HSL color Cylindrical-coordinate representation of color #885EDE: hue angle of 259.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885EDE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 94 222 -
CMYK 0.39 0.58 0 0.13
HSL 259.69º 0.66% 0.62% -
HSV(B) 259.69º 0.58% 0.87% -
XYZ 27.34 18.51 71.24 -
YUV 121.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 136 94 222 0.39 0.58 0 0.13 259.69 0.66 0.62
Hex 88 5E DE 27 3A 0 D 104 42 3E
Octal 210 136 336 47 72 0 15 404 102 76
Binary 10001000 1011110 11011110 100111 111010 0 1101 100000100 1000010 111110

Color Harmonies of #885EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EDE

Black with #885EDE

Text Example


Text Example

White with #885EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,222); }

 H1.HeaderClassName
 {
   color: #885EDE;
 }
 .AnyTagClassName
 {
   color: #885EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(136,94,222); }

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

border-color css

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

 span { border-color: rgb(136,94,222); }

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