Html Css Color HEX #885FDF Medium Purple

📋 copy color: '#885FDF'

red 136 ◦ green 95 ◦ blue 223

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

Shades of Medium Purple #885FDF

Tints of Medium Purple #885FDF

RGB

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

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

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

R = 29.96%
G = 20.93%
B = 49.12%

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

#885FDF (or 0x885FDF) is known color: Medium Purple. HEX triplet: 88, 5F and DF. RGB value is (136,95,223). Sum of RGB (Red+Green+Blue) = 136+95+223=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #885FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FDF is #77A020. Grayscale: #797979. Windows color (decimal): -7839777 or 14638984. OLE color: 14638984.

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

Color convert

RGB 136 95 223 -
CMYK 0.39 0.57 0 0.13
HSL 259.22º 0.67% 0.62% -
HSV(B) 259.22º 0.57% 0.87% -
XYZ 27.56 18.75 71.98 -
YUV 121.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 136 95 223 0.39 0.57 0 0.13 259.22 0.67 0.62
Hex 88 5F DF 27 39 0 D 103 43 3E
Octal 210 137 337 47 71 0 15 403 103 76
Binary 10001000 1011111 11011111 100111 111001 0 1101 100000011 1000011 111110

Color Harmonies of #885FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FDF

Black with #885FDF

Text Example


Text Example

White with #885FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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