#8860DF

Color #8860DF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8860DF

Tints of Medium Purple #8860DF

Color information

#8860DF (or 0x8860DF) is unknown color: approx Medium Purple. HEX triplet: 88, 60 and DF. RGB value is (136,96,223). Sum of RGB (Red+Green+Blue) = 136+96+223=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8860DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860DF is #779F20. Grayscale: #797979. Windows color (decimal): -7839521 or 14639240. OLE color: 14639240.

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

Color convert

RGB13696223-
CMYK0.390.5700.13
HSL258.9º66.49%62.55%-
HSV(B)258.9º56.95%87.45%-
XYZ27.6618.9372.01-
YUV122.44184.75137.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 223 (87.5% from 255) = 49.01%
R=29.89%
G=21.10%
B=49.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136962230.390.5700.13258.966.4962.55
Hex8860DF27390D103423f
Octal210140337477101540310277
Binary10001000110000011011111100111111001011011000000111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8860DF; }

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

 H1.HeaderClassName
 {
   color: #8860DF;
 }
 .AnyTagClassName
 {
   color: #8860DF;
 }
</style>
background-color css

<style>
 a { background-color: #8860DF; }

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

 div.DivClassName
 {
   background-color: #8860DF;
 }
 .BgClassName
 {
   background-color: #8860DF;
 }
</style>
border-color css

<style>
 span { border-color: #8860DF; }

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

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