Html Css Color HEX #885EDD Medium Purple

📋 copy color: '#885EDD'

red 136 ◦ green 94 ◦ blue 221

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

Shades of Medium Purple #885EDD

Tints of Medium Purple #885EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 30.16%
G = 20.84%
B = 49%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#885EDD (or 0x885EDD) is known color: Medium Purple. HEX triplet: 88, 5E and DD. RGB value is (136,94,221). Sum of RGB (Red+Green+Blue) = 136+94+221=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #885EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885EDD is #77A122. Grayscale: #787878. Windows color (decimal): -7840035 or 14507656. OLE color: 14507656.

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

Color convert

RGB 136 94 221 -
CMYK 0.38 0.57 0 0.13
HSL 259.84º 0.65% 0.62% -
HSV(B) 259.84º 0.57% 0.87% -
XYZ 27.21 18.46 70.54 -
YUV 121.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 136 94 221 0.38 0.57 0 0.13 259.84 0.65 0.62
Hex 88 5E DD 26 39 0 D 104 41 3E
Octal 210 136 335 46 71 0 15 404 101 76
Binary 10001000 1011110 11011101 100110 111001 0 1101 100000100 1000001 111110

Color Harmonies of #885EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EDD

Black with #885EDD

Text Example


Text Example

White with #885EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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