#886ED1

Color #886ED1 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #886ED1

Tints of True V #886ED1

Color information

#886ED1 (or 0x886ED1) is unknown color: approx True V. HEX triplet: 88, 6E and D1. RGB value is (136,110,209). Sum of RGB (Red+Green+Blue) = 136+110+209=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #886ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ED1 is #77912E. Grayscale: #808080. Windows color (decimal): -7835951 or 13725320. OLE color: 13725320.

HSL color Cylindrical-coordinate representation of color #886ED1: hue angle of 255.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886ED1 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136110209-
CMYK0.350.4700.18
HSL255.76º51.83%62.55%-
HSV(B)255.76º47.37%81.96%-
XYZ27.2420.9962.94-
YUV129.06173.11132.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=29.89%
G=24.18%
B=45.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361102090.350.4700.18255.7651.8362.55
Hex886ED1232F012100343f
Octal21015632143570224006477
Binary10001000110111011010001100011101111010010100000000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,110,209); }

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

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

 a { background-color: rgb(136,110,209); }

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

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

 span { border-color: rgb(136,110,209); }

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