#886EC1

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

Shades of True V #886EC1

Tints of True V #886EC1

Color information

#886EC1 (or 0x886EC1) is unknown color: approx True V. HEX triplet: 88, 6E and C1. RGB value is (136,110,193). Sum of RGB (Red+Green+Blue) = 136+110+193=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #886EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EC1 is #77913E. Grayscale: #7E7E7E. Windows color (decimal): -7835967 or 12676744. OLE color: 12676744.

HSL color Cylindrical-coordinate representation of color #886EC1: hue angle of 258.8º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886EC1 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136110193-
CMYK0.300.4300.24
HSL258.8º40.1%59.41%-
HSV(B)258.8º43.01%75.69%-
XYZ25.3520.2453.02-
YUV127.24165.11134.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=30.98%
G=25.06%
B=43.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361101930.300.4300.24258.840.159.41
Hex886EC11E2B018103283b
Octal21015630136530304035073
Binary1000100011011101100000111110101011011000100000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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