#886EBE

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

Shades of True V #886EBE

Tints of True V #886EBE

Color information

#886EBE (or 0x886EBE) is unknown color: approx True V. HEX triplet: 88, 6E and BE. RGB value is (136,110,190). Sum of RGB (Red+Green+Blue) = 136+110+190=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #886EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EBE is #779141. Grayscale: #7E7E7E. Windows color (decimal): -7835970 or 12480136. OLE color: 12480136.

HSL color Cylindrical-coordinate representation of color #886EBE: hue angle of 259.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886EBE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136110190-
CMYK0.280.4200.25
HSL259.5º38.1%58.82%-
HSV(B)259.5º42.11%74.51%-
XYZ25.0220.151.28-
YUV126.89163.61134.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=31.19%
G=25.23%
B=43.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361101900.280.4200.25259.538.158.82
Hex886EBE1C2A019104263b
Octal21015627634520314044673
Binary1000100011011101011111011100101010011001100000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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