#886CDF

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

Shades of Medium Purple #886CDF

Tints of Medium Purple #886CDF

Color information

#886CDF (or 0x886CDF) is unknown color: approx Medium Purple. HEX triplet: 88, 6C and DF. RGB value is (136,108,223). Sum of RGB (Red+Green+Blue) = 136+108+223=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #886CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CDF is #779320. Grayscale: #818181. Windows color (decimal): -7836449 or 14642312. OLE color: 14642312.

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

Color convert

RGB136108223-
CMYK0.390.5200.13
HSL254.61º64.25%64.9%-
HSV(B)254.61º51.57%87.45%-
XYZ28.8421.2972.4-
YUV129.48180.78132.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=29.12%
G=23.13%
B=47.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361082230.390.5200.13254.6164.2564.9
Hex886CDF27340Dff4041
Octal2101543374764015377100101
Binary10001000110110011011111100111110100011011111111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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