#8868DF

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

Shades of Medium Purple #8868DF

Tints of Medium Purple #8868DF

Color information

#8868DF (or 0x8868DF) is unknown color: approx Medium Purple. HEX triplet: 88, 68 and DF. RGB value is (136,104,223). Sum of RGB (Red+Green+Blue) = 136+104+223=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #8868DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8868DF is #779720. Grayscale: #7E7E7E. Windows color (decimal): -7837473 or 14641288. OLE color: 14641288.

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

Color convert

RGB136104223-
CMYK0.390.5300.13
HSL256.13º65.03%64.12%-
HSV(B)256.13º53.36%87.45%-
XYZ28.4220.4672.26-
YUV127.13182.1134.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 223 (87.5% from 255) = 48.16%
R=29.37%
G=22.46%
B=48.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361042230.390.5300.13256.1365.0364.12
Hex8868DF27350D1004140
Octal2101503374765015400101100
Binary100010001101000110111111001111101010110110000000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8868DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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