#886DDC

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

Shades of Medium Purple #886DDC

Tints of Medium Purple #886DDC

Color information

#886DDC (or 0x886DDC) is unknown color: approx Medium Purple. HEX triplet: 88, 6D and DC. RGB value is (136,109,220). Sum of RGB (Red+Green+Blue) = 136+109+220=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #886DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DDC is #779223. Grayscale: #818181. Windows color (decimal): -7836196 or 14445960. OLE color: 14445960.

HSL color Cylindrical-coordinate representation of color #886DDC: hue angle of 254.59º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886DDC is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136109220-
CMYK0.380.5000.14
HSL254.59º61.33%64.51%-
HSV(B)254.59º50.45%86.27%-
XYZ28.5421.3470.32-
YUV129.73178.95132.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=29.25%
G=23.44%
B=47.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361092200.380.5000.14254.5961.3364.51
Hex886DDC26320Eff3d41
Octal210155334466201637775101
Binary1000100011011011101110010011011001001110111111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886DDC; }

 p { color: rgb(136,109,220); }

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

<style>
 a { background-color: #886DDC; }

 a { background-color: rgb(136,109,220); }

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

<style>
 span { border-color: #886DDC; }

 span { border-color: rgb(136,109,220); }

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