Html Css Color HEX #885FDE Medium Purple

📋 copy color: '#885FDE'

red 136 ◦ green 95 ◦ blue 222

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

Shades of Medium Purple #885FDE

Tints of Medium Purple #885FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.97%

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

R = 30.02%
G = 20.97%
B = 49.01%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#885FDE (or 0x885FDE) is known color: Medium Purple. HEX triplet: 88, 5F and DE. RGB value is (136,95,222). Sum of RGB (Red+Green+Blue) = 136+95+222=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #885FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FDE is #77A021. Grayscale: #797979. Windows color (decimal): -7839778 or 14573448. OLE color: 14573448.

HSL color Cylindrical-coordinate representation of color #885FDE: hue angle of 259.37º degrees, saturation: 0.66, 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 #885FDE is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 95 222 -
CMYK 0.39 0.57 0 0.13
HSL 259.37º 0.66% 0.62% -
HSV(B) 259.37º 0.57% 0.87% -
XYZ 27.43 18.69 71.27 -
YUV 121.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 136 95 222 0.39 0.57 0 0.13 259.37 0.66 0.62
Hex 88 5F DE 27 39 0 D 103 42 3E
Octal 210 137 336 47 71 0 15 403 102 76
Binary 10001000 1011111 11011110 100111 111001 0 1101 100000011 1000010 111110

Color Harmonies of #885FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FDE

Black with #885FDE

Text Example


Text Example

White with #885FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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